Data Option and Emits Option
Learn how to use the data and emits options in Vue 2 and Vue 3.
We'll cover the following...
The data
option
In Vue 2, a data
option, as a value, can have an object or a function that returns an object. Support for the former was dropped in Vue 3, so the data
option must ...