[Improvement] Reorganize demos (#1052)

This commit is contained in:
neverland
2018-05-12 15:22:37 +08:00
committed by GitHub
parent a55eda8891
commit 4de1e7da55
83 changed files with 109 additions and 113 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
noExample: true
},
{
path: '/built-in-style',
path: '/vant-css',
title: '内置样式'
},
{
@@ -69,7 +69,7 @@ module.exports = {
groupName: '基础组件',
list: [
{
path: '/layout',
path: '/col',
title: 'Layout - 布局'
},
{
@@ -277,12 +277,12 @@ module.exports = {
title: 'Card - 卡片'
},
{
path: '/contact',
path: '/contact-card',
title: 'Contact - 联系人'
},
{
path: '/coupon',
title: 'Coupon - 优惠券选择器'
path: '/coupon-list',
title: 'Coupon - 优惠券'
},
{
path: '/goods-action',
@@ -340,7 +340,7 @@ module.exports = {
noExample: true
},
{
path: '/built-in-style',
path: '/vant-css',
title: 'Built-in style'
},
{
@@ -371,7 +371,7 @@ module.exports = {
groupName: 'Basic Components',
list: [
{
path: '/layout',
path: '/col',
title: 'Layout'
},
{
@@ -579,11 +579,11 @@ module.exports = {
title: 'Card'
},
{
path: '/contact',
path: '/contact-card',
title: 'Contact'
},
{
path: '/coupon',
path: '/coupon-list',
title: 'Coupon'
},
{