#6919 syncData #941

Merged
jorgep merged 95 commits from 6919-syncData into dev 2025-02-06 09:39:49 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 69a32231e2 - Show all commits

View File

@ -156,9 +156,7 @@ onMounted(async () => {
if (!$props.url)
watch(
() => arrayData.store.data,
(val) => {
updateAndEmit('onFetch', val);
}
(val) => updateAndEmit('onFetch', val)
);
watch(