changes
This commit is contained in:
@@ -28,6 +28,9 @@ import CustomerForm from "~/components/customer/CustomerForm.vue";
|
||||
import Dashboard from "~/components/dashboard/Dashboard.vue";
|
||||
import Orders from "~/components/orders/Orders.vue";
|
||||
import Inventory from "~/components/inventory/Inventory.vue";
|
||||
import InventoryItemName from "~/components/inventory/InventoryItemName.vue";
|
||||
import IMEICountByWarehouse from "~/components/inventory/IMEICountByWarehouse.vue";
|
||||
import Status from "~/components/inventory/Status.vue";
|
||||
import Rights from "~/components/rights/Rights.vue";
|
||||
import POS from "~/components/pos/POS.vue";
|
||||
import ChooseIMEIButton from "~/components/pos/ChooseIMEIButton.vue";
|
||||
@@ -80,6 +83,9 @@ const components = {
|
||||
Dashboard,
|
||||
Orders,
|
||||
Inventory,
|
||||
InventoryItemName,
|
||||
IMEICountByWarehouse,
|
||||
Status,
|
||||
Rights,
|
||||
POS,
|
||||
ChooseIMEIButton,
|
||||
|
||||
Reference in New Issue
Block a user