add modules folder based on s_menu
This commit is contained in:
12
test/vuex/acc-one-fixed-asset/store.js
Normal file
12
test/vuex/acc-one-fixed-asset/store.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import system from "../../../apps/modules/system/system.js";
|
||||
import fixedasset from "./modules/fixedasset.js";
|
||||
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
system: system,
|
||||
fixedasset:fixedasset,
|
||||
},
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
});
|
||||
Reference in New Issue
Block a user