fix collage

This commit is contained in:
2026-01-20 13:51:09 +00:00
parent 2d5d2f8a9f
commit 2f1d562d2a

View File

@@ -36,8 +36,8 @@ onUnmounted(() => {
<Transition name="fade" mode="out-in"> <Transition name="fade" mode="out-in">
<img <img
:src="images[currentIndex]" :src="images[currentIndex]"
:key="currentIndex"
alt="Image Viewer" alt="Image Viewer"
key="images[currentIndex]"
/> />
</Transition> </Transition>
</div> </div>