setup vuex

This commit is contained in:
busti 2019-11-13 22:40:14 +01:00
parent 62e3854f38
commit f6aabc0270
3 changed files with 35 additions and 5 deletions

8
src/store/index.js Normal file
View file

@ -0,0 +1,8 @@
import Vue from 'vue';
import Vuex from 'vuex';
Vue.use(Vuex);
export default new Vuex.Store({
});