Skip to content

Instantly share code, notes, and snippets.

@maciejtrzcinski
Created May 28, 2019 17:19
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 maciejtrzcinski/91a2447349a074aada2eb5f40b6de767 to your computer and use it in GitHub Desktop.
Save maciejtrzcinski/91a2447349a074aada2eb5f40b6de767 to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import Vuex from 'vuex';
import {images} from './modules/images';
Vue.use(Vuex);
export const store = new Vuex.Store({
modules: {
images,
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment