forked from verdnatura/salix-front
Actualizar src/composables/useArrayData.js
This commit is contained in:
parent
846c85ed1a
commit
7f63ea4e1c
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue