Skip to content

Commit ba95dba

Browse files
committed
chore: add chat template in templates
1 parent ce62e16 commit ba95dba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/UserMenu.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
104104
}, {
105105
label: 'Dashboard',
106106
to: 'https://dashboard-vue-template.nuxt.dev/'
107+
}, {
108+
label: 'Chat',
109+
to: 'https://chat-vue-template.nuxt.dev/',
110+
color: 'primary',
111+
checked: true,
112+
type: 'checkbox'
107113
}]
108114
}], [{
109115
label: 'Documentation',

0 commit comments

Comments
 (0)