diff --git a/apps/showcase/doc/galleria/AdvancedDoc.vue b/apps/showcase/doc/galleria/AdvancedDoc.vue index 49331bb28..9af2de13d 100644 --- a/apps/showcase/doc/galleria/AdvancedDoc.vue +++ b/apps/showcase/doc/galleria/AdvancedDoc.vue @@ -24,7 +24,7 @@ content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -97,8 +101,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -146,8 +153,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -292,8 +302,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" >