@@ -192,13 +192,13 @@ export default [
192
192
items : [
193
193
{
194
194
component : 'CNavItem' ,
195
- name : 'Form Control ' ,
196
- to : '/ forms/form-control ' ,
197
- } ,
198
- {
199
- component : 'CNavItem ' ,
200
- name : 'Select ' ,
201
- to : '/forms/select' ,
195
+ name : 'Autocomplete ' ,
196
+ href : 'https://coreui.io/vue/docs/ forms/autocomplete.html ' ,
197
+ external : true ,
198
+ badge : {
199
+ color : 'danger ' ,
200
+ text : 'PRO ' ,
201
+ } ,
202
202
} ,
203
203
{
204
204
component : 'CNavItem' ,
@@ -207,13 +207,8 @@ export default [
207
207
} ,
208
208
{
209
209
component : 'CNavItem' ,
210
- name : 'Range' ,
211
- to : '/forms/range' ,
212
- } ,
213
- {
214
- component : 'CNavItem' ,
215
- name : 'Range Slider' ,
216
- href : 'https://coreui.io/vue/docs/forms/range-slider.html' ,
210
+ name : 'Date Picker' ,
211
+ href : 'https://coreui.io/vue/docs/forms/date-picker.html' ,
217
212
external : true ,
218
213
badge : {
219
214
color : 'danger' ,
@@ -222,8 +217,12 @@ export default [
222
217
} ,
223
218
{
224
219
component : 'CNavItem' ,
225
- name : 'Input Group' ,
226
- to : '/forms/input-group' ,
220
+ name : 'Date Range Picker' ,
221
+ href : 'https://coreui.io/vue/docs/forms/date-range-picker.html' ,
222
+ badge : {
223
+ color : 'danger' ,
224
+ text : 'PRO' ,
225
+ } ,
227
226
} ,
228
227
{
229
228
component : 'CNavItem' ,
@@ -232,8 +231,18 @@ export default [
232
231
} ,
233
232
{
234
233
component : 'CNavItem' ,
235
- name : 'Date Picker' ,
236
- href : 'https://coreui.io/vue/docs/forms/date-picker.html' ,
234
+ name : 'Form Control' ,
235
+ to : '/forms/form-control' ,
236
+ } ,
237
+ {
238
+ component : 'CNavItem' ,
239
+ name : 'Input Group' ,
240
+ to : '/forms/input-group' ,
241
+ } ,
242
+ {
243
+ component : 'CNavItem' ,
244
+ name : 'Password Input' ,
245
+ href : 'https://coreui.io/vue/docs/forms/password-input.html' ,
237
246
external : true ,
238
247
badge : {
239
248
color : 'danger' ,
@@ -242,8 +251,14 @@ export default [
242
251
} ,
243
252
{
244
253
component : 'CNavItem' ,
245
- name : 'Date Range Picker' ,
246
- href : 'https://coreui.io/vue/docs/forms/date-range-picker.html' ,
254
+ name : 'Range' ,
255
+ to : '/forms/range' ,
256
+ } ,
257
+ {
258
+ component : 'CNavItem' ,
259
+ name : 'Range Slider' ,
260
+ href : 'https://coreui.io/vue/docs/forms/range-slider.html' ,
261
+ external : true ,
247
262
badge : {
248
263
color : 'danger' ,
249
264
text : 'PRO' ,
@@ -259,6 +274,21 @@ export default [
259
274
text : 'PRO' ,
260
275
} ,
261
276
} ,
277
+ {
278
+ component : 'CNavItem' ,
279
+ name : 'Select' ,
280
+ to : '/forms/select' ,
281
+ } ,
282
+ {
283
+ component : 'CNavItem' ,
284
+ name : 'Stepper' ,
285
+ href : 'https://coreui.io/vue/docs/forms/stepper.html' ,
286
+ external : true ,
287
+ badge : {
288
+ color : 'danger' ,
289
+ text : 'PRO' ,
290
+ } ,
291
+ } ,
262
292
{
263
293
component : 'CNavItem' ,
264
294
name : 'Time Picker' ,
0 commit comments