This commit is contained in:
xiaoxian521 2021-05-28 16:52:06 +08:00
commit 0a332731a4

View File

@ -188,7 +188,8 @@ export default defineComponent({
}); });
let scrollSwitch = computed(() => { let scrollSwitch = computed(() => {
return data.length >= unref(options).limitMoveNum; // props .
return props.data.length >= unref(options).limitMoveNum;
}); });
let hoverStopSwitch = computed(() => { let hoverStopSwitch = computed(() => {