Answer the question
In order to leave comments, you need to log in
How to track the state in store in vue if it has changed?
Good day everyone!
Available store
const state = {
ticket: null
}
this.$store.state.ticket
Answer the question
In order to leave comments, you need to log in
computed: {
somevar(){
return this.$store.getters.somevar;
},
watch: {
somevar: function() {
},
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question