[新增] panel 组件

This commit is contained in:
就眠仪式
2021-09-27 06:59:01 +08:00
parent 5df6cfcbaf
commit 81785521f6
9 changed files with 57 additions and 29 deletions

View File

@@ -28,6 +28,10 @@ const zhCN = [
path: '/zh-CN/components/icon',
component: () => import('../../docs/zh-CN/components/icon.md'),
meta: { title: '图标' },
},{
path: '/zh-CN/components/panel',
component: () => import('../../docs/zh-CN/components/panel.md'),
meta: { title: '面板' },
}
],
},