Skip to content

Instantly share code, notes, and snippets.

@lakshyabatman
Created May 6, 2020 11:12
Show Gist options
  • Save lakshyabatman/d9572e61367212fb3e569412a691cc07 to your computer and use it in GitHub Desktop.
Save lakshyabatman/d9572e61367212fb3e569412a691cc07 to your computer and use it in GitHub Desktop.
Store file with modules
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