changes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { defineNuxtPlugin } from "#app";
|
||||
import Dashboard from '@/components/dashboard/Dashboard.vue';
|
||||
import Orders from '@/components/orders/Orders.vue';
|
||||
import Inventory from '@/components/inventory/Inventory.vue';
|
||||
import Notebox from "~/components/common/Notebox.vue";
|
||||
import ProductCountbox from "~/components/common/ProductCountbox.vue";
|
||||
import SvgIcon from "~/components/SvgIcon.vue";
|
||||
@@ -126,6 +129,9 @@ const components = {
|
||||
DebtCustomer,
|
||||
Due,
|
||||
Overdue,
|
||||
Dashboard,
|
||||
Orders,
|
||||
Inventory
|
||||
};
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
|
||||
Reference in New Issue
Block a user