🐛 [修复]评分mouseleave事件绑定警告问题
This commit is contained in:
parent
4e4cd74320
commit
1684a6bcd1
@ -60,7 +60,7 @@ const mousemove = function (index: number, event: any) {
|
||||
};
|
||||
|
||||
// 离开评分星事件
|
||||
const mouseleave = function (index: number, event: any) {
|
||||
const mouseleave = function () {
|
||||
if (props.readonly) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user