[Doc] move Card to business components (#495)

This commit is contained in:
neverland
2017-12-29 15:46:45 +08:00
committed by GitHub
parent 0e951b7beb
commit b8ccd48648
3 changed files with 22 additions and 22 deletions

View File

@@ -76,10 +76,6 @@ module.exports = {
path: '/button',
title: 'Button - 按钮'
},
{
path: '/card',
title: 'Card - 卡片'
},
{
path: '/cell',
title: 'Cell - 单元格'
@@ -252,6 +248,10 @@ module.exports = {
path: '/area',
title: 'Area - 省市区选择'
},
{
path: '/card',
title: 'Card - 卡片'
},
{
path: '/contact',
title: 'Contact - 联系人'
@@ -354,10 +354,6 @@ module.exports = {
path: '/button',
title: 'Button'
},
{
path: '/card',
title: 'Card'
},
{
path: '/cell',
title: 'Cell'
@@ -530,6 +526,10 @@ module.exports = {
path: '/area',
title: 'Area'
},
{
path: '/card',
title: 'Card'
},
{
path: '/contact',
title: 'Contact'