[新增] 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

@@ -83,6 +83,7 @@ export default {
{ id: 22, title: '表格',subTitle:"table" ,path: '/zh-CN/components/table' },
{ id: 23, title: '头像',subTitle:"avatar" ,path: '/zh-CN/components/avatar' },
{ id: 24, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
{ id: 25, title: '空',subTitle:"empty" ,path: '/zh-CN/components/empty' },
]
const selected = ref(1)