fixed #1761
This commit is contained in:
parent
e493492e50
commit
77e4c204a6
3 changed files with 8 additions and 8 deletions
|
@ -114,7 +114,7 @@
|
|||
this.hoverIndex = -1;
|
||||
},
|
||||
setHalf (val) {
|
||||
this.isHalf = val.toString().indexOf('.') >= 0;
|
||||
this.isHalf = this.allowHalf && val.toString().indexOf('.') >= 0;
|
||||
},
|
||||
handleClick (value) {
|
||||
if (this.disabled) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue