feature: po pay downpayment
This commit is contained in:
14
test/vuex/acc-one-approval-po-asset/store.js
Normal file
14
test/vuex/acc-one-approval-po-asset/store.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import system from "../../../apps/modules/system/system.js";
|
||||
import formView from "./modules/form-view.js";
|
||||
import orderAsset from "./modules/order-asset.js";
|
||||
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
system: system,
|
||||
orderAsset: orderAsset,
|
||||
formView: formView
|
||||
},
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {}
|
||||
})
|
||||
Reference in New Issue
Block a user