update Rate
update Rate
This commit is contained in:
parent
962c40bd3d
commit
e5ac79258a
8 changed files with 32 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue