This commit is contained in:
Dede Fuji Abdul
2023-10-19 08:39:13 +07:00
parent 6b38322ed0
commit 371b999a11
2 changed files with 23 additions and 110 deletions

View File

@ -1,7 +1,5 @@
<script setup lang="ts">
import { defineProps } from 'vue'
import type { MenuItemModel } from '@/utils/interfaces'
import { DotOutline } from '@/utils/icons'
defineProps({
item: {