소스 검색

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

Yalin 2 년 전
부모
커밋
4dfde1bea6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 });