update Rate

update Rate
This commit is contained in:
梁灏 2017-01-17 15:49:34 +08:00
parent 962c40bd3d
commit e5ac79258a
8 changed files with 32 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<div style="margin: 100px">
{{value}}
<br><br><br>
<Rate :value.sync="value" :count="5" allow-half></Rate>
<Rate :value.sync="value" :count="5" allow-half show-text></Rate>
<br><br><br>
<i-button @click="value++">add</i-button>
<i-button @click="value--">remove</i-button>