✨ feat (medicine): implement medicine entry form and list
This commit is contained in:
@@ -46,6 +46,16 @@ const navMenu = ref({
|
||||
icon: 'i-lucide-user',
|
||||
component: defineAsyncComponent(() => import('~/pages/_dev/user/list.vue')),
|
||||
},
|
||||
{
|
||||
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')),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user