Skip to content
Advertisement

Tag: vue-reactivity

Vuejs Es6 class reactivity

i’m trying to have a computed property in vuejs associated to a es6 class. My Vue instance looks like this: My class looks like this If i try to do something like that: but the setter is never called, like the reactivity has been lost and i don’t understand why. I also try: I pass customClass as a prop, but

Advertisement