Skip to content

Commit b48b126

Browse files
committed
Preserve backward-compatibility
1 parent 758e187 commit b48b126

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Components/Lightbox.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
}
8686
},
8787
tick() {
88+
if (!this.$slots.loader) {
89+
return
90+
}
91+
8892
this.displayImage = false
8993
9094
Vue.nextTick(() => {

0 commit comments

Comments
 (0)