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

This commit is contained in:
Yalin
2022-09-07 14:09:54 +08:00
committed by GitHub
parent 4e506555ad
commit 4dfde1bea6

View File

@@ -166,7 +166,7 @@ let autoPlay = computed(() => {
});
let scrollSwitch = computed(() => {
// 从 props 解构出来的 属性 不再具有应性.
// 从 props 解构出来的 属性 不再具有应性.
return (props.data as any).length >= unref(options).limitMoveNum;
});