Merge branch 'development' of github.com:defuj/eis into dev-bagus

This commit is contained in:
kur0nek-o
2023-11-02 17:01:09 +07:00
63 changed files with 3449 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
import type { MenuItemModel } from '@/types/menu'
import { IconDotOutline } from '@/utils/icons';
const props = defineProps({
defineProps({
item: {
type: Object as () => MenuItemModel,
required: true