[新增] empty 组件

This commit is contained in:
就眠仪式
2021-10-03 22:47:49 +08:00
parent 6f1aa4e2a5
commit a2ff9f8e34
9 changed files with 102 additions and 2 deletions

View File

@@ -126,6 +126,11 @@ const zhCN = [
path: '/zh-CN/components/field',
component: () => import('../../docs/zh-CN/components/field.md'),
meta: { title: '字段' },
},
{
path: '/zh-CN/components/empty',
component: () => import('../../docs/zh-CN/components/empty.md'),
meta: { title: '空' },
}
],
},