docs:注释文案修正 (#344)

This commit is contained in:
Yalin 2022-09-07 14:09:54 +08:00 committed by GitHub
parent 4e506555ad
commit 4dfde1bea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ let autoPlay = computed(() => {
});
let scrollSwitch = computed(() => {
// props .
// props .
return (props.data as any).length >= unref(options).limitMoveNum;
});