⚠️ refactor (medicine-group): simplify entry form and list configuration
This commit is contained in:
No files matched your search
@@ -49,12 +49,7 @@ const navMenu = ref({
|
||||
{
|
||||
title: 'Test Medicine List',
|
||||
icon: 'i-lucide-user',
|
||||
component: defineAsyncComponent(() => import('~/components/flow/medicine/list.vue')),
|
||||
},
|
||||
{
|
||||
title: 'Test Medicine Add',
|
||||
icon: 'i-lucide-user',
|
||||
component: defineAsyncComponent(() => import('~/components/flow/medicine/entry.vue')),
|
||||
component: defineAsyncComponent(() => import('~/components/flow/medicine-group/list.vue')),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user