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