From 4dfde1bea697613977a1522575c967128647d241 Mon Sep 17 00:00:00 2001 From: Yalin <1312933886@qq.com> Date: Wed, 7 Sep 2022 14:09:54 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E6=B3=A8=E9=87=8A=E6=96=87?= =?UTF-8?q?=E6=A1=88=E4=BF=AE=E6=AD=A3=20(#344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ReSeamlessScroll/src/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReSeamlessScroll/src/index.vue b/src/components/ReSeamlessScroll/src/index.vue index 23f21c420..324d3e8d6 100644 --- a/src/components/ReSeamlessScroll/src/index.vue +++ b/src/components/ReSeamlessScroll/src/index.vue @@ -166,7 +166,7 @@ let autoPlay = computed(() => { }); let scrollSwitch = computed(() => { - // 从 props 解构出来的 属性 不再具有相应性. + // 从 props 解构出来的 属性 不再具有响应性. return (props.data as any).length >= unref(options).limitMoveNum; });