diff --git a/src/Components/PreviewSignature/PreviewSignature.vue b/src/Components/PreviewSignature/PreviewSignature.vue index 99075d22db..af9836e3fa 100644 --- a/src/Components/PreviewSignature/PreviewSignature.vue +++ b/src/Components/PreviewSignature/PreviewSignature.vue @@ -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:')) {