Fixed #5267 - Galleria: fullscreen mode bug with thumbnails

pull/5282/head
tugcekucukoglu 2024-02-15 11:11:26 +03:00
parent 01c23a0b14
commit 6799732802
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default {
emits: ['activeitem-change', 'mask-hide'], emits: ['activeitem-change', 'mask-hide'],
data() { data() {
return { return {
id: this.$attrs.id, id: this.$attrs.id || UniqueComponentId(),
activeIndex: this.$attrs.activeIndex, activeIndex: this.$attrs.activeIndex,
numVisible: this.$attrs.numVisible, numVisible: this.$attrs.numVisible,
slideShowActive: false slideShowActive: false