You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it mean it passes down a prop from parent to a child with the name value and this value should change when the parent component modifies the something variable?
I haven't tried it myself yet. If it's not working I would raise a ticket in the vue-next repository. They are really helpful.
I am trying the new Composition API but I am not getting v-model on a custom component working...
<custom-component v-model="something"></custom-component>
Inside the custom component, I have a prop called value and a watcher on the prop. But the watcher doesn't trigger..
The text was updated successfully, but these errors were encountered: