Skip to content

Instantly share code, notes, and snippets.

@sanath-kumar
Last active January 19, 2019 15:41
Show Gist options
  • Save sanath-kumar/0ed971a0e40b675d406ab9b606865ed4 to your computer and use it in GitHub Desktop.
Save sanath-kumar/0ed971a0e40b675d406ab9b606865ed4 to your computer and use it in GitHub Desktop.
#vuex
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex);
export const store = new Vuex.Store({
state: {},
getters : {},
mutations: {},
actions : {}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment