[文档] 更新文档

This commit is contained in:
就眠仪式
2021-10-09 10:41:52 +08:00
parent 393ff8c9e0
commit 4816217a62
12 changed files with 467 additions and 2 deletions

View File

@@ -252,6 +252,11 @@ export default {
title: '图标选择',
subTitle: 'iconPicker',
path: '/zh-CN/components/iconPicker',
},{
id: 29,
title: '分页',
subTitle: 'page',
path: '/zh-CN/components/page',
},
]

View File

@@ -148,6 +148,10 @@ const zhCN = [
path: '/zh-CN/components/iconPicker',
component: () => import('../../docs/zh-CN/components/iconPicker.md'),
meta: { title: '图标选择' },
}, {
path: '/zh-CN/components/page',
component: () => import('../../docs/zh-CN/components/page.md'),
meta: { title: '分页' },
}
],
},