mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-05-15 08:15:37 +08:00
chore(form): 去掉无用log
This commit is contained in:
parent
56a7707721
commit
db96610c91
@ -102,7 +102,6 @@ if (props.config.checkbox && name.value) {
|
|||||||
watch(
|
watch(
|
||||||
() => props.model[name.value]?.value,
|
() => props.model[name.value]?.value,
|
||||||
() => {
|
() => {
|
||||||
console.log(props.model);
|
|
||||||
emit('change', props.model);
|
emit('change', props.model);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user