UNPKG

130 BJavaScriptView Raw
1import Vue from 'vue'
2import Vuex from 'vuex'
3
4Vue.use(Vuex)
5
6export default new Vuex.Store({
7
8 strict: true,
9
10 modules: {}
11
12})