chore: refs #8113 drop console log
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-25 16:53:12 +01:00
parent e4bac3edab
commit 7fdcb1eace
1 changed files with 1 additions and 1 deletions

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;