优化webConfig和wxmpConfig组件的表单处理逻辑

This commit is contained in:
aixianling
2024-11-28 09:24:32 +08:00
parent 97bd799b6d
commit afe1df98f3
3 changed files with 4 additions and 20 deletions

View File

@@ -11,8 +11,8 @@ export default {
},
watch: {
form: {
handler() {
this.$emit("input", this.form)
handler(v) {
this.$emit("input", v)
},
deep: true
}