Skip to content

Instantly share code, notes, and snippets.

@techwizzdom
Created July 9, 2021 10:08
Show Gist options
  • Save techwizzdom/810b36e9a618176273f938fc062b0d36 to your computer and use it in GitHub Desktop.
Save techwizzdom/810b36e9a618176273f938fc062b0d36 to your computer and use it in GitHub Desktop.
import actions from './actions.js'
import mutations from './mutations.js'
import getters from './getters.js'
const state = {}
export default {
namespaced: true,
state,
actions,
mutations,
getters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment