Skip to content

Instantly share code, notes, and snippets.

@pipethedev
Created June 18, 2020 10:50
Show Gist options
  • Select an option

  • Save pipethedev/cafb6744002ef986b83a812c2c0a2f58 to your computer and use it in GitHub Desktop.

Select an option

Save pipethedev/cafb6744002ef986b83a812c2c0a2f58 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import Vuex from 'vuex'
import auth from './auth'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
mutations: {
},
actions: {
},
modules: {
auth
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment