This commit is contained in:
shijingjing
2023-04-03 16:28:30 +08:00
parent 0533937e25
commit 14533338aa
2 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export default {
name: 'AiUploader',
components: {AiImage},
model:{
prop: 'def',
prop: 'def', // :def.sync才可以回显v-model不能回显(bug)
event: 'input'
},
props: {
@@ -80,6 +80,7 @@ export default {
}
},
immediate: true,
deep: true
},
},
data() {