@@ -30,11 +30,11 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Client } from '#shared/types'
|
||||
import type { ChadClient } from '#shared/types'
|
||||
import type { MenuItem } from 'primevue/menuitem'
|
||||
|
||||
defineProps<{
|
||||
client: Client
|
||||
client: ChadClient
|
||||
}>()
|
||||
|
||||
const menuRef = useTemplateRef('menu')
|
||||
|
||||
Reference in New Issue
Block a user