chore(editor): 去掉无用console log

This commit is contained in:
roymondchen 2022-09-19 18:59:10 +08:00 committed by jia000
parent e0697833da
commit 8c8b180371

View File

@ -41,7 +41,6 @@ const modelValue = reactive<{ form: Record<string, string> }>({
watch(
() => props.model[props.name],
(value) => {
console.log(props.model[props.name]);
modelValue.form = {
[props.name]: serialize(value, {
space: 2,