-
-
-
- {{ activeIndex + 1 }}/{{ images.length }}
- {{ images[activeIndex].title }}
- {{ images[activeIndex].alt }}
+
+
+
+
+ {{ activeIndex + 1 }}/{{ images.length }}
+ {{ images[activeIndex].title }}
+ {{ images[activeIndex].alt }}
-
+
@@ -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'
}"
>
@@ -110,15 +113,19 @@ export default {