This commit is contained in:
2023-10-13 17:31:21 +08:00
parent 19a3574fbb
commit 12ef707f64

View File

@@ -220,6 +220,14 @@ export default defineComponent({
this.token = getCookie("token") || "";
this.uploadUrl = getUploadUrl();
},
watch:{
fileList:{
handler(newVal:any,oldVal:any){
console.log(newVal,oldVal);
}
}
},
directives:{
modelImg:{
mounted(el) {