Fixed #5267 - Galleria: fullscreen mode bug with thumbnails
parent
01c23a0b14
commit
6799732802
|
@ -76,7 +76,7 @@ export default {
|
|||
emits: ['activeitem-change', 'mask-hide'],
|
||||
data() {
|
||||
return {
|
||||
id: this.$attrs.id,
|
||||
id: this.$attrs.id || UniqueComponentId(),
|
||||
activeIndex: this.$attrs.activeIndex,
|
||||
numVisible: this.$attrs.numVisible,
|
||||
slideShowActive: false
|
||||
|
|
Loading…
Reference in New Issue