[新增] timeline 时间线组件

This commit is contained in:
就眠仪式
2021-09-28 10:35:58 +08:00
parent 2b8fc4758d
commit 4e2d9c0f4b
8 changed files with 130 additions and 1 deletions

View File

@@ -69,6 +69,11 @@ const zhCN = [
path: '/zh-CN/components/progress',
component: () => import('../../docs/zh-CN/components/progress.md'),
meta: { title: '进度' },
},
{
path: '/zh-CN/components/timeline',
component: () => import('../../docs/zh-CN/components/timeline.md'),
meta: { title: '时间线' },
}
],
},