mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
zwischenstand
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<button
|
||||
aria-disabled
|
||||
class="flex gap-4 w-full px-4 py-2"
|
||||
@click="$emit('click', menuItem)"
|
||||
:style="{ color: menuItem.color ?? '' }"
|
||||
@click="$emit('click', menuItem)"
|
||||
>
|
||||
<Icon
|
||||
:name="menuIcon"
|
||||
@ -34,7 +33,7 @@ const menuIcon = computed(() =>
|
||||
menuItem?.icon
|
||||
? menuItem.icon
|
||||
: menuItem.type === 'group'
|
||||
? 'mdi:folder-outline'
|
||||
: 'mdi:key-outline',
|
||||
? 'mdi:folder-outline'
|
||||
: 'mdi:key-outline',
|
||||
)
|
||||
</script>
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
:title
|
||||
:description
|
||||
:fullscreen="isSmallScreen"
|
||||
:ui="{ header: 'pt-10 sm:pt-0', footer: 'mb-10 sm:mb-0' }"
|
||||
>
|
||||
<slot>
|
||||
<!-- <UiButton
|
||||
|
||||
Reference in New Issue
Block a user