0
0
Fork 0

remove console.log

This commit is contained in:
Alex Moreno 2024-06-17 09:54:19 +02:00
parent 1c6fab0158
commit bc31985a4d
1 changed files with 1 additions and 4 deletions

View File

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