修复图片回显问题

不增加这一行的话 图片不会回显
pull/340/head
Debug 2023-01-20 09:23:22 +08:00 committed by GitHub
parent 30855ad4a0
commit f0eb61c159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@
if (initTag.value == true) {
initFileList(val);
}
}
},
{immediate: true, deep: true }
);
/**