We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bbec6 commit 40f1c30Copy full SHA for 40f1c30
src/components/UserMenu.vue
@@ -106,6 +106,19 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
106
e.preventDefault()
107
}
108
}]
109
+}], [{
110
+ label: 'Templates',
111
+ icon: 'i-lucide-layout-template',
112
+ children: [{
113
+ label: 'Starter',
114
+ to: 'https://starter-vue-template.nuxt.dev/'
115
+ }, {
116
+ label: 'Dashboard',
117
+ to: 'https://dashboard-vue-template.nuxt.dev/',
118
+ color: 'primary',
119
+ checked: true,
120
+ type: 'checkbox'
121
+ }]
122
}], [{
123
label: 'Documentation',
124
icon: 'i-lucide-book-open',
0 commit comments