diff --git a/components/BackgroundImageLoader.vue b/components/BackgroundImageLoader.vue index cdf1c62..c46017b 100644 --- a/components/BackgroundImageLoader.vue +++ b/components/BackgroundImageLoader.vue @@ -2,14 +2,18 @@
- +
- +
{ + this.isInTransition = false + if (this.imageUrl !== this.loadedImageUrl) { + this.setImage(this.imageUrl) + } + }, transitionDuration) + }, + + handleAfterLeave() { + + } }, }