Merge pull request #13 from sperains/patch-1

bug修复
This commit is contained in:
啝裳 2021-05-28 02:08:49 +08:00 committed by GitHub
commit 3f6c82e475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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