Vue Reactive
up:: Vue Composition API
Use Reactive for Objects
Where Vue Refs reactive works with any kind of value, reactive
works only for objects.
The benefit is that you don’t have to use object.value.property
.
Search
Jan 15, 2024
up:: Vue Composition API
Where Vue Refs reactive works with any kind of value, reactive
works only for objects.
The benefit is that you don’t have to use object.value.property
.