[new feature] add StarRate component

This commit is contained in:
WyTiny
2018-05-05 22:16:23 +08:00
committed by neverland
parent ba2f11138b
commit 9a3634838b
8 changed files with 275 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ module.exports = {
path: '/progress',
title: 'Progress - 进度条'
},
{
path: '/star-rate',
title: 'StarRate - 评分'
},
{
path: '/slider',
title: 'Slider - 滑块'