Skip to content

Instantly share code, notes, and snippets.

@aloha1003
Created November 3, 2017 03:26
Show Gist options
  • Save aloha1003/0b41dfefaa350dc07a1d6975f25cad7f to your computer and use it in GitHub Desktop.
Save aloha1003/0b41dfefaa350dc07a1d6975f25cad7f to your computer and use it in GitHub Desktop.
Vuex npm
Vue.use(Vuex)
export default new Vuex.Store({
actions,
getters,
modules: {
},
strict: debug
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment