File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ const links = [[{
36
36
to: ' /settings' ,
37
37
icon: ' i-lucide-settings' ,
38
38
defaultOpen: true ,
39
+ type: ' trigger' ,
39
40
children: [{
40
41
label: ' General' ,
41
42
to: ' /settings' ,
@@ -131,12 +132,19 @@ if (cookie.value !== 'accepted') {
131
132
<template #default =" { collapsed } " >
132
133
<UDashboardSearchButton :collapsed =" collapsed" class =" bg-transparent ring-default" />
133
134
134
- <UNavigationMenu :collapsed =" collapsed" :items =" links[0]" orientation =" vertical" />
135
+ <UNavigationMenu
136
+ :collapsed =" collapsed"
137
+ :items =" links[0]"
138
+ orientation =" vertical"
139
+ tooltip
140
+ popover
141
+ />
135
142
136
143
<UNavigationMenu
137
144
:collapsed =" collapsed"
138
145
:items =" links[1]"
139
146
orientation =" vertical"
147
+ tooltip
140
148
class =" mt-auto"
141
149
/>
142
150
</template >
You can’t perform that action at this time.
0 commit comments