feat: move to async runtime

This commit is contained in:
DecDuck
2025-07-26 17:37:11 +10:00
parent 682c6e9c0b
commit f92ec38231
30 changed files with 1639 additions and 1197 deletions

View File

@ -78,6 +78,7 @@
v-for="(url, index) in mediaUrls"
:key="url"
:src="url"
loading="lazy"
class="absolute inset-0 w-full h-full object-cover"
v-show="index === currentImageIndex"
/>