fixes typo

This commit is contained in:
Weidi Deng 2021-01-03 09:16:14 +08:00
parent 68829c706b
commit 23bce0a7da

View File

@ -63,7 +63,7 @@ export default {
}, },
mounted() { mounted() {
if (!this.decodeUTIF()) { if (!this.decodeUTIF()) {
this.$refs.imagex.src = this.src this.$refs.imgex.src = this.src
} }
let container = this.$refs.container let container = this.$refs.container
this.classList.forEach(className => container.classList.add(className)) this.classList.forEach(className => container.classList.add(className))