There was an error while loading. Please reload this page.
1 parent 009eb69 commit 7a06f8eCopy full SHA for 7a06f8e
app/layouts/default.vue
@@ -33,6 +33,7 @@ const links = [[{
33
to: '/settings',
34
icon: 'i-lucide-settings',
35
defaultOpen: true,
36
+ type: 'trigger',
37
children: [{
38
label: 'General',
39
@@ -134,12 +135,15 @@ onMounted(async () => {
134
135
:collapsed="collapsed"
136
:items="links[0]"
137
orientation="vertical"
138
+ tooltip
139
+ popover
140
/>
141
142
<UNavigationMenu
143
144
:items="links[1]"
145
146
147
class="mt-auto"
148
149
</template>
0 commit comments