7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit bc31985a4d - Show all commits

View File

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