forked from verdnatura/salix-front
remove console.log
This commit is contained in:
parent
1c6fab0158
commit
bc31985a4d
|
@ -104,10 +104,7 @@ watch(
|
|||
|
||||
watch(
|
||||
() => store.data,
|
||||
(data) => {
|
||||
console.log('EMIT CHANGE DATA');
|
||||
emit('onChange', data);
|
||||
}
|
||||
(data) => emit('onChange', data)
|
||||
);
|
||||
|
||||
watch(
|
||||
|
|
Loading…
Reference in New Issue