mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Doc] move Card to business components (#495)
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user