Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 22, 2024
1 parent d1e5819 commit a38c520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/PreviewSignature/PreviewSignature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ export default {
imageData: '',
}
},
mounted() {
this.loadImage()
},
watch: {
src() {
this.loadImage()
},
},
mounted() {
this.loadImage()
},
methods: {
async loadImage() {
if (this.src.startsWith('data:')) {
Expand Down

0 comments on commit a38c520

Please sign in to comment.