Browse Source

modify code

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
338a0a8963
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      web_src/js/components/ProAnalysis.vue

+ 5
- 0
web_src/js/components/ProAnalysis.vue View File

@@ -1144,6 +1144,11 @@

created() {
// this.download_a=document.getElementById("download_file")
},
updated(){
if(document.querySelectorAll('img[avatar]').length!==0){
window.LetterAvatar.transform()
}
}
}
</script>


Loading…
Cancel
Save