0
0
Fork 0

Actualizar src/composables/useArrayData.js

This commit is contained in:
Javier Segarra 2024-04-18 09:37:01 +00:00
parent 846c85ed1a
commit 7f63ea4e1c
1 changed files with 0 additions and 7 deletions

View File

@ -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();