Store Definition Stores in Vuex are defined via an object passed to the createStore function . The object can have any of the following properties: state, getters, mutations, and actions.
How is Vuex store defined?
Store Definition Stores in Vuex are defined via an object passed to the createStore function . The object can have any of the following properties: state, getters, mutations, and actions.