feature: po pay downpayment
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import system from "../../../apps/modules/system/system.js";
|
||||
import orderAsset from "./modules/order-asset.js";
|
||||
import roasset from "./modules/roasset.js"
|
||||
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
system: system,
|
||||
roasset:roasset
|
||||
roasset: roasset,
|
||||
orderAsset: orderAsset
|
||||
},
|
||||
state: {},
|
||||
mutatios: {},
|
||||
|
||||
Reference in New Issue
Block a user