#6825 - VnTable V1 #396

Merged
alexm merged 73 commits from 6825-vnTable into dev 2024-06-20 13:08:55 +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(