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

@@ -136,6 +136,10 @@ const zhCN = [
path: '/zh-CN/components/rate',
component: () => import('../../docs/zh-CN/components/rate.md'),
meta: { title: '评分' },
},{
path: '/zh-CN/components/dropdown',
component: () => import('../../docs/zh-CN/components/dropdown.md'),
meta: { title: '下拉' },
}
],
},