fixes typo
This commit is contained in:
parent
68829c706b
commit
23bce0a7da
@ -63,7 +63,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
if (!this.decodeUTIF()) {
|
||||
this.$refs.imagex.src = this.src
|
||||
this.$refs.imgex.src = this.src
|
||||
}
|
||||
let container = this.$refs.container
|
||||
this.classList.forEach(className => container.classList.add(className))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user