chore(form): 去掉无用log

This commit is contained in:
roymondchen 2022-07-05 16:00:47 +08:00 committed by jia000
parent 56a7707721
commit db96610c91

View File

@ -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);
}, },
); );