first commit
This commit is contained in:
1
芳林公司项目/zyhelp/store/.pydio
Normal file
1
芳林公司项目/zyhelp/store/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
6ca3a909-fc5a-4d06-a071-fb96d6798e66
|
||||
11
芳林公司项目/zyhelp/store/index.js
Normal file
11
芳林公司项目/zyhelp/store/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
Vue.use(Vuex)
|
||||
const store = new Vuex.Store({
|
||||
state: {
|
||||
showStatus: 1
|
||||
},
|
||||
mutations: {},
|
||||
actions: {}
|
||||
})
|
||||
export default store
|
||||
Reference in New Issue
Block a user