refactor: refs #6919 simplify watch
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-08 10:52:57 +01:00
parent 7f8c8b07c4
commit 69a32231e2
1 changed files with 1 additions and 3 deletions

View File

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