Skip to content

Commit 4b486e6

Browse files
Updating docs
1 parent 55e442e commit 4b486e6

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

src/stores/menu.ts

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,23 @@ export const useMenuStore = defineStore('menu', () => {
8080
icon: 'mdi:mdi-information-outline',
8181
title: 'Description',
8282
},
83+
{
84+
href: '#usage',
85+
icon: 'mdi:mdi-power-plug-outline',
86+
title: 'Usage',
87+
},
88+
{
89+
href: '#example',
90+
icon: 'mdi:mdi-code-json',
91+
title: 'Example',
92+
},
93+
{
94+
href: '#components',
95+
icon: '$vuetify',
96+
items: componentItems,
97+
key: 'components',
98+
title: 'Components',
99+
},
83100
{
84101
href: '#props',
85102
icon: 'mdi:mdi-cog',
@@ -111,13 +128,6 @@ export const useMenuStore = defineStore('menu', () => {
111128
],
112129
title: 'Props',
113130
},
114-
{
115-
href: '#components',
116-
icon: 'mdi:mdi-cog',
117-
items: componentItems,
118-
key: 'components',
119-
title: 'Components',
120-
},
121131
{
122132
href: '#events',
123133
icon: 'mdi:mdi-calendar-star',
@@ -129,14 +139,9 @@ export const useMenuStore = defineStore('menu', () => {
129139
title: 'Slots',
130140
},
131141
{
132-
href: '#sass-variables',
133-
icon: 'mdi:mdi-sass',
134-
title: 'SASS Variables',
135-
},
136-
{
137-
href: '#example',
138-
icon: 'mdi:mdi-code-json',
139-
title: 'Example',
142+
href: '#playground',
143+
icon: 'mdi:mdi-seesaw',
144+
title: 'Playground',
140145
},
141146
{
142147
href: '#dependencies',

0 commit comments

Comments
 (0)