fix collage
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user