feat (item): add item and item price modules

This commit is contained in:
Abizrh
2025-09-07 22:50:15 +07:00
parent 24420d642c
commit cdebdb8995
18 changed files with 541 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const navMenu = ref({
{
title: 'Test Medicine List',
icon: 'i-lucide-user',
component: defineAsyncComponent(() => import('~/components/flow/medicine-method/list.vue')),
component: defineAsyncComponent(() => import('~/components/flow/item/list.vue')),
},
],
})