diff --git a/src/composables/useArrayData.js b/src/composables/useArrayData.js index c3d969f55..a87ccbb96 100644 --- a/src/composables/useArrayData.js +++ b/src/composables/useArrayData.js @@ -20,13 +20,6 @@ export function useArrayData(key, userOptions) { const page = ref(1); - // watch( - // () => store.hasMoreData, - // () => { - // hasMoreData.value = store.hasMoreData; - // arrayDataStore.$state.console.error(this); - // } - // ); onMounted(() => { setOptions();