#8113 create arrayDataStore map #979

Closed
jorgep wants to merge 17 commits from 8113-preventDuplicateRecords into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7fdcb1eace - Show all commits

View File

@ -101,7 +101,7 @@ const arrayData = useArrayData(props.dataKey, {
mapKey: props.mapKey,
});
const store = arrayData.store;
console.log('store', store);
onMounted(async () => {
if (props.autoLoad && !store.data?.length) await fetch();
mounted.value = true;