Created
May 6, 2020 11:12
-
-
Save lakshyabatman/d9572e61367212fb3e569412a691cc07 to your computer and use it in GitHub Desktop.
Store file with modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue'; | |
import Vuex from 'vuex'; | |
Vue.use(Vuex); | |
export default new Vuex.Store({ | |
state: {}, | |
actions: {}, | |
mutations: {}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment