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:
@@ -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')">
|
||||
|
||||
Reference in New Issue
Block a user