diff --git a/src/components/ui/VnPaginate.vue b/src/components/ui/VnPaginate.vue index 3328dc437..f516f473d 100644 --- a/src/components/ui/VnPaginate.vue +++ b/src/components/ui/VnPaginate.vue @@ -83,12 +83,7 @@ const store = arrayData.store; onMounted(() => { if (props.autoLoad) fetch(); }); -// watch( -// () => arrayData, -// () => { -// console.error(this); -// } -// ); + watch( () => props.data, () => { @@ -132,7 +127,6 @@ async function paginate() { } function endPagination() { - // hasMoreData.value = store.hasMoreData.value; isLoading.value = false; emit('onFetch', store.data); emit('onPaginate'); @@ -188,8 +182,7 @@ defineExpose({ fetch, addFilter }); - +