vm.$data
-
Type:
Object
-
Details:
The data object that the Vue instance is observing. You can swap it with a new object. The Vue instance proxies access to the properties on its data object.
vm.$data
Type: Object
Details:
The data object that the Vue instance is observing. You can swap it with a new object. The Vue instance proxies access to the properties on its data object.
Please login to continue.