7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit bc31985a4d - Show all commits
src/components/ui

View File

@ -104,10 +104,7 @@ watch(
watch(
() => store.data,
(data) => {
console.log('EMIT CHANGE DATA');
emit('onChange', data);
}
(data) => emit('onChange', data)
);
watch(