Feed data to a default slot's default content #9432
Replies: 1 comment 1 reply
-
I have trouble understand what you are trying to achieve, exactly. Can you elaborate?
Am I on the right track, or am I completely off? Please clarify. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following component, and
v-model="formatted"
doesn't work (no values). When I remove theslot
wrapper,text-input
starts working ok. I guess I need to feed the input with the slot's data but I cannot usev-slot
on<slot>
. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions