mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-02 11:17:39 +08:00
Merge branch 'main' of https://github.com.cnpmjs.org/xiaoxian521/vue-pure-admin into main
This commit is contained in:
commit
0a332731a4
@ -188,7 +188,8 @@ export default defineComponent({
|
||||
});
|
||||
|
||||
let scrollSwitch = computed(() => {
|
||||
return data.length >= unref(options).limitMoveNum;
|
||||
// 从 props 解构出来的 属性 不再具有相应性.
|
||||
return props.data.length >= unref(options).limitMoveNum;
|
||||
});
|
||||
|
||||
let hoverStopSwitch = computed(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user