[新增] rate 组件

This commit is contained in:
就眠仪式
2021-10-04 08:06:19 +08:00
parent 2fb6d43e39
commit 98626cdbd6
6 changed files with 67 additions and 1 deletions

View File

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