mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
docs:注释文案修正 (#344)
This commit is contained in:
parent
4e506555ad
commit
4dfde1bea6
@ -166,7 +166,7 @@ let autoPlay = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
let scrollSwitch = computed(() => {
|
let scrollSwitch = computed(() => {
|
||||||
// 从 props 解构出来的 属性 不再具有相应性.
|
// 从 props 解构出来的 属性 不再具有响应性.
|
||||||
return (props.data as any).length >= unref(options).limitMoveNum;
|
return (props.data as any).length >= unref(options).limitMoveNum;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user