mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Doc] improve quickstart (#1187)
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
font-size: 36px;
|
||||
line-height: 60px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user