feat(WIP): 세력장수 변경사항 반영

This commit is contained in:
2022-04-07 03:03:38 +09:00
parent f3df6db607
commit d456504225
7 changed files with 397 additions and 210 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
<template>
<BContainer id="container" :toast="{ root: true }" class="pageNationGeneral bg0">
<TopBackBar :title="title" />
<GeneralList :list="generalList" :height="'fill'" />
<Suspense>
<GeneralList :list="generalList" :height="'fill'" />
<template #fallback>
불러오는 중입니다...
</template>
</Suspense>
<BottomBar />
</BContainer>
</template>