commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user