๐ Edit page
โ Add page
Events
Topics
Pages
Content
If you need the value of variable to be pushed back up outside a component, then use Vue events.
Related
Resources
- Vue 3 docs
- Events docs
- Custom events docs
- v-model docs and events migration from Vue 2 to 3.
- Vue 2 docs
- Events docs
Why
Events are the preferred way.
You will get unexpected behavior or build errors if you donโt use events.