[로딩 시스템 추가] 전역 로딩 오버레이 및 상태 관리 스토어 구현, 로딩 카운터 방식으로 비동기 작업 관리 기능 추가

This commit is contained in:
2025-09-24 10:53:08 +09:00
parent 1229faa777
commit b866242d43
7 changed files with 571 additions and 13 deletions

View File

@@ -2,6 +2,9 @@
<NuxtLayout>
<NuxtPage :keepalive="true" />
</NuxtLayout>
<!-- 전역 로딩 오버레이 -->
<GlobalLoading :show-details="true" />
</template>
<!-- <script setup lang="ts">