File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
v-slot =" { open }"
4
4
:modal =" false"
5
5
:items =" [{
6
- label: ` Starter` ,
6
+ label: ' Starter' ,
7
7
to: 'https://ui-pro-starter.nuxt.dev/'
8
8
}, {
9
- label: ` Landing` ,
9
+ label: ' Landing' ,
10
10
to: 'https://landing-template.nuxt.dev/'
11
11
}, {
12
- label: ` Docs` ,
12
+ label: ' Docs' ,
13
13
to: 'https://docs-template.nuxt.dev/',
14
14
color: 'primary',
15
15
checked: true,
16
16
type: 'checkbox'
17
17
}, {
18
- label: ` SaaS` ,
18
+ label: ' SaaS' ,
19
19
to: 'https://saas-template.nuxt.dev/'
20
20
}, {
21
- label: ` Dashboard` ,
21
+ label: ' Dashboard' ,
22
22
to: 'https://dashboard-template.nuxt.dev/'
23
+ }, {
24
+ label: 'Chat',
25
+ to: 'https://chat-template.nuxt.dev/'
23
26
}]"
24
27
:ui =" { content: 'w-(--reka-dropdown-menu-trigger-width) min-w-0' }"
25
28
size =" xs"
You can’t perform that action at this time.
0 commit comments