Topics


Pages


Content

If you need the value of variable to be pushed back up outside a component, then use Vue events.

Resources

Why

Events are the preferred way.

You will get unexpected behavior or build errors if you donโ€™t use events.