新增global,缓存职位信息
This commit is contained in:
@ -9,6 +9,7 @@ import recipes from "./modules/recipes";
|
||||
import global from "./modules/global";
|
||||
|
||||
import getters from "./getters";
|
||||
import actions from "./actions";
|
||||
|
||||
Vue.use(Vuex);
|
||||
|
||||
@ -22,7 +23,8 @@ const store = new Vuex.Store({
|
||||
recipes,
|
||||
global
|
||||
},
|
||||
getters
|
||||
getters,
|
||||
actions
|
||||
});
|
||||
|
||||
export default store;
|
||||
|
Reference in New Issue
Block a user