Merge branch 'develop' of https://gitee.com/layui-vue/layui-vue into develop
This commit is contained in:
commit
18644ceee8
@ -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…
Reference in New Issue
Block a user