mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[Improvement] optimize utils (#661)
This commit is contained in:
@@ -128,10 +128,6 @@ module.exports = {
|
||||
path: '/progress',
|
||||
title: 'Progress - 进度条'
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
title: 'Search - 搜索'
|
||||
},
|
||||
{
|
||||
path: '/stepper',
|
||||
title: 'Stepper - 步进器'
|
||||
@@ -185,6 +181,10 @@ module.exports = {
|
||||
path: '/radio',
|
||||
title: 'Radio - 单选框'
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
title: 'Search - 搜索'
|
||||
},
|
||||
{
|
||||
path: '/switch',
|
||||
title: 'Switch - 开关'
|
||||
@@ -414,10 +414,6 @@ module.exports = {
|
||||
path: '/progress',
|
||||
title: 'Progress'
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
title: 'Search'
|
||||
},
|
||||
{
|
||||
path: '/stepper',
|
||||
title: 'Stepper'
|
||||
@@ -471,6 +467,10 @@ module.exports = {
|
||||
path: '/radio',
|
||||
title: 'Radio'
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
title: 'Search'
|
||||
},
|
||||
{
|
||||
path: '/switch',
|
||||
title: 'Switch'
|
||||
|
Reference in New Issue
Block a user