[新增] block 区块 辅助组件

This commit is contained in:
就眠仪式
2021-09-27 17:39:35 +08:00
parent 909f21f972
commit 4abe76d8b9
7 changed files with 54 additions and 2 deletions

View File

@@ -54,6 +54,11 @@ const zhCN = [
path: '/zh-CN/components/badge',
component: () => import('../../docs/zh-CN/components/badge.md'),
meta: { title: '徽章' },
},
{
path: '/zh-CN/components/block',
component: () => import('../../docs/zh-CN/components/block.md'),
meta: { title: '辅助' },
}
],
},