fix(Rate): select half star correctly when clicked (#8580)

* fix(Rate): select half star correctly when clicked

* fix: failed to click

* chore: upd
This commit is contained in:
neverland
2021-04-20 19:31:04 +08:00
committed by GitHub
parent d86a2dc568
commit 032a512b22
9 changed files with 93 additions and 265 deletions
+1 -7
View File
@@ -18,13 +18,7 @@
</demo-block>
<demo-block :title="t('halfStar')">
<van-rate
v-model="value4"
:size="25"
allow-half
void-icon="star"
void-color="#eee"
/>
<van-rate v-model="value4" allow-half />
</demo-block>
<demo-block :title="t('customCount')">