[新增] lay-line 分割线组件

This commit is contained in:
就眠仪式
2021-09-27 22:01:22 +08:00
parent 4abe76d8b9
commit eec76e2cb1
6 changed files with 80 additions and 28 deletions

View File

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