Przeglądaj źródła

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

Yalin 2 lat temu
rodzic
commit
4dfde1bea6
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 });