Skip to content

Commit 33e495d

Browse files
committed
feat(TemplateMenu): add chat template
1 parent 19a760b commit 33e495d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎app/components/TemplateMenu.vue

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,26 @@
33
v-slot="{ open }"
44
:modal="false"
55
:items="[{
6-
label: `Starter`,
6+
label: 'Starter',
77
to: 'https://ui-pro-starter.nuxt.dev/'
88
}, {
9-
label: `Landing`,
9+
label: 'Landing',
1010
to: 'https://landing-template.nuxt.dev/'
1111
}, {
12-
label: `Docs`,
12+
label: 'Docs',
1313
to: 'https://docs-template.nuxt.dev/',
1414
color: 'primary',
1515
checked: true,
1616
type: 'checkbox'
1717
}, {
18-
label: `SaaS`,
18+
label: 'SaaS',
1919
to: 'https://saas-template.nuxt.dev/'
2020
}, {
21-
label: `Dashboard`,
21+
label: 'Dashboard',
2222
to: 'https://dashboard-template.nuxt.dev/'
23+
}, {
24+
label: 'Chat',
25+
to: 'https://chat-template.nuxt.dev/'
2326
}]"
2427
:ui="{ content: 'w-(--reka-dropdown-menu-trigger-width) min-w-0' }"
2528
size="xs"

0 commit comments

Comments
 (0)