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(
|
watch(
|
||||||
() => props.model[props.name],
|
() => props.model[props.name],
|
||||||
(value) => {
|
(value) => {
|
||||||
console.log(props.model[props.name]);
|
|
||||||
modelValue.form = {
|
modelValue.form = {
|
||||||
[props.name]: serialize(value, {
|
[props.name]: serialize(value, {
|
||||||
space: 2,
|
space: 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user