[Doc] improve quickstart (#1187)

This commit is contained in:
neverland
2018-05-29 21:06:41 +08:00
committed by GitHub
parent b68ac32325
commit f44e788ae8
11 changed files with 1287 additions and 1185 deletions

View File

@@ -89,10 +89,6 @@ module.exports = {
path: '/icon',
title: 'Icon - 图标'
},
{
path: '/image-preview',
title: 'ImagePreview - 图片预览'
},
{
path: '/lazyload',
title: 'Lazyload - 图片懒加载'
@@ -168,7 +164,7 @@ module.exports = {
]
},
{
groupName: '表单',
groupName: '表单组件',
list: [
{
path: '/checkbox',
@@ -240,6 +236,10 @@ module.exports = {
path: '/cell-swipe',
title: 'CellSwipe - 滑动单元格'
},
{
path: '/image-preview',
title: 'ImagePreview - 图片预览'
},
{
path: '/switch-cell',
title: 'SwitchCell - 开关单元格'
@@ -384,10 +384,6 @@ module.exports = {
path: '/icon',
title: 'Icon'
},
{
path: '/image-preview',
title: 'ImagePreview'
},
{
path: '/lazyload',
title: 'Lazyload'
@@ -535,6 +531,10 @@ module.exports = {
path: '/cell-swipe',
title: 'CellSwipe'
},
{
path: '/image-preview',
title: 'ImagePreview'
},
{
path: '/switch-cell',
title: 'SwitchCell'