1
0
mirror of synced 2026-03-23 02:58:34 +08:00

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(
() => props.model[name.value]?.value,
() => {
console.log(props.model);
emit('change', props.model);
},
);