reat(design): add page transition animations

This commit is contained in:
2025-09-24 17:46:33 +03:00
parent b7b255887d
commit 750da61587
3 changed files with 32 additions and 3 deletions

View File

@@ -113,8 +113,8 @@
:activeIndex="initialFullScreenIndex"
@close="closeFullScreen"
/>
<LoadingFullScreen v-if="isLoading"/>
</div>
<LoadingFullScreen v-if="isLoading"/>
</template>
<script setup>