mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +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(
|
||||
() => props.model[name.value]?.value,
|
||||
() => {
|
||||
console.log(props.model);
|
||||
emit('change', props.model);
|
||||
},
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user