DEV Community

Discussion on: Pitfalls of Vue's reactivity

Collapse
 
tobiobeck profile image
Tobi Obeck

You said "Unfortunately, you cannot call the Vue.set() function from the view."

It is possible to call the set function from the template via its alias $set.
vuejs.org/v2/api/#vm-set