mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore(editor): 去掉无用console log
This commit is contained in:
parent
e0697833da
commit
8c8b180371
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user