[Improvement] optimize utils (#661)

This commit is contained in:
neverland
2018-03-02 14:39:26 +08:00
committed by GitHub
parent 39cdaf0907
commit 92b116c071
7 changed files with 24 additions and 22 deletions

View File

@@ -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'