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 -1
View File
@@ -56,7 +56,7 @@ export default {
### Half Star
```html
<van-rate v-model="value" allow-half void-icon="star" void-color="#eee" />
<van-rate v-model="value" allow-half />
```
```js