Skip to content

Instantly share code, notes, and snippets.

@daanfl

daanfl/index.js Secret

Created May 26, 2019 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daanfl/7bbbf550de5bcce4c40398d9a2d84b58 to your computer and use it in GitHub Desktop.
Save daanfl/7bbbf550de5bcce4c40398d9a2d84b58 to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import Vuex from 'vuex';
import {products} from './modules/products';
Vue.use(Vuex);
export const store = new Vuex.Store({
modules: {
products,
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment