Skip to content

Commit 4c5ffed

Browse files
committed
feat(UserMenu): add chat template
1 parent 4e2151a commit 4c5ffed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎app/components/UserMenu.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
124124
to: 'https://dashboard-template.nuxt.dev/',
125125
checked: true,
126126
type: 'checkbox'
127+
}, {
128+
label: 'Chat',
129+
to: 'https://chat-template.nuxt.dev/'
127130
}]
128131
}], [{
129132
label: 'Documentation',

0 commit comments

Comments
 (0)