File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,23 @@ export const useMenuStore = defineStore('menu', () => {
80
80
icon : 'mdi:mdi-information-outline' ,
81
81
title : 'Description' ,
82
82
} ,
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
+ } ,
83
100
{
84
101
href : '#props' ,
85
102
icon : 'mdi:mdi-cog' ,
@@ -111,13 +128,6 @@ export const useMenuStore = defineStore('menu', () => {
111
128
] ,
112
129
title : 'Props' ,
113
130
} ,
114
- {
115
- href : '#components' ,
116
- icon : 'mdi:mdi-cog' ,
117
- items : componentItems ,
118
- key : 'components' ,
119
- title : 'Components' ,
120
- } ,
121
131
{
122
132
href : '#events' ,
123
133
icon : 'mdi:mdi-calendar-star' ,
@@ -129,14 +139,9 @@ export const useMenuStore = defineStore('menu', () => {
129
139
title : 'Slots' ,
130
140
} ,
131
141
{
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' ,
140
145
} ,
141
146
{
142
147
href : '#dependencies' ,
You can’t perform that action at this time.
0 commit comments