[新增] menu 菜单组件

This commit is contained in:
就眠仪式
2021-10-05 18:44:07 +08:00
parent cccd93a076
commit 7fc0c0dfd5
7 changed files with 38 additions and 6 deletions

View File

@@ -85,6 +85,7 @@ export default {
{ id: 24, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
{ id: 25, title: '空',subTitle:"empty" ,path: '/zh-CN/components/empty' },
{ id: 26, title: '评分',subTitle:"rate" ,path: '/zh-CN/components/rate' },
{ id: 27, title: '下拉', subTitle: "dropdown", path: '/zh-CN/components/dropdown'}
]
const selected = ref(1)