feat: Rate component

This commit is contained in:
chenjiahan
2020-07-06 16:45:12 +08:00
parent aa09ba0fd9
commit 3bf64717b5
10 changed files with 941 additions and 8 deletions
+8 -8
View File
@@ -151,10 +151,10 @@ module.exports = {
// path: 'radio',
// title: 'Radio 单选框',
// },
// {
// path: 'rate',
// title: 'Rate 评分',
// },
{
path: 'rate',
title: 'Rate 评分',
},
// {
// path: 'search',
// title: 'Search 搜索',
@@ -485,10 +485,10 @@ module.exports = {
// path: 'radio',
// title: 'Radio',
// },
// {
// path: 'rate',
// title: 'Rate',
// },
{
path: 'rate',
title: 'Rate',
},
// {
// path: 'search',
// title: 'Search',