8197-VnCardMain #1044

Merged
alexm merged 31 commits from 8197-VnCardMain into beta 2024-12-24 10:29:04 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 84ac4dd210 - Show all commits

View File

@ -106,6 +106,7 @@ const store = arrayData.store;
onMounted(async () => {
if (props.autoLoad && !store.data?.length) await fetch();
else emit('onFetch', store.data);
mounted.value = true;
});