Vuex
store
state
mutations, commit (sync)
actions, dispatch (async)
getters
this.$store
computed
modules
Vuex helpers
- mapGetters
- mapActions
useStore
- Official Docs
- Official examples
store
state
mutations, commit (sync)
actions, dispatch (async)
getters
this.$store
computed
modules
Vuex helpers
useStore