Answer the question
In order to leave comments, you need to log in
Mixins not vuejs reactive?
Hello.
Are mixins reactive in view?
mixin.js
export const mixin = {
data() {
return {
hover: null,
}
},
}
import {mixin} from '../../../../mixins/mixin'
export default {
mixins: [mixin],
}
import {mixin} from '../../../../mixins/mixin'
export default {
mixins: [mixin],
}
Answer the question
In order to leave comments, you need to log in
in product.vue I do it when clicking <...> in product.vue it displays all the rules, in shop.vue hover = null
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question