feat(WIP): 세력장수 변경사항 반영
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user