Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 10, 2020 14:28
Show Gist options
  • Select an option

  • Save simonjcarr/5c4a406cca909c50af5e7bf1774b6220 to your computer and use it in GitHub Desktop.

Select an option

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