Make StillImage react to src changes

merge-requests/1699/head
Tusooa Zhu 3 years ago
parent fbbeb33f48
commit 96564609f8
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -57,6 +57,14 @@ const StillImage = {
onError () {
this.imageLoadError && this.imageLoadError()
}
},
watch: {
src () {
this.realSrc = this.src
},
dataSrc () {
this.$el.removeAttribute('data-loaded')
}
}
}

Loading…
Cancel
Save