Browse Source

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

Yalin 2 năm trước cách đây
mục cha
commit
4dfde1bea6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ReSeamlessScroll/src/index.vue

+ 1 - 1
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;
 });