Skip to content

Commit 4dfde1b

Browse files
authored
docs:注释文案修正 (pure-admin#344)
1 parent 4e50655 commit 4dfde1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReSeamlessScroll/src/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ let autoPlay = computed(() => {
166166
});
167167
168168
let scrollSwitch = computed(() => {
169-
// 从 props 解构出来的 属性 不再具有相应性.
169+
// 从 props 解构出来的 属性 不再具有响应性.
170170
return (props.data as any).length >= unref(options).limitMoveNum;
171171
});
172172

0 commit comments

Comments
 (0)