hotFix_arrayData_store_data #929

Merged
alexm merged 6 commits from hotFix_arrayData_store_data into master 2024-11-18 09:12:21 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit f2b132db79 - Show all commits

View File

@ -116,6 +116,7 @@ watch(
watch( watch(
() => store.data, () => store.data,
(data) => { (data) => {
if (!mounted.value) return;
emit('onChange', data); emit('onChange', data);
}, },
{ immediate: true } { immediate: true }

View File

@ -69,7 +69,7 @@ function setNotifications(data) {
:default-reset="false" :default-reset="false"
:default-remove="false" :default-remove="false"
:default-save="false" :default-save="false"
@on-fetch="setNotifications" @on-fetch="(data) => data && setNotifications(data)"
search-url="notifications" search-url="notifications"
> >
<template #body> <template #body>