Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vuex store watch

computed: {
    ...mapState({
        // to access local state with `this`, a normal function must be used
        countPlusLocalState (state) {
          return state.count + this.localCount
        }
    }
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vuex #store #watch
ADD COMMENT
Topic
Name
6+4 =