My Vue views would sometimes refuse to automatically re-render. After slamming Vue.$forceUpdate() everywhere in my codebase, I decided enough was e...
For further actions, you may consider blocking this person and/or reporting abuse
You said "Unfortunately, you cannot call the Vue.set() function from the view."
It is possible to call the
setfunction from the template via its alias$set.vuejs.org/v2/api/#vm-set