fix: PageFront에서 모바일 모드 갱신 버튼이 응답하지 않았음

This commit is contained in:
2023-03-09 02:20:27 +09:00
parent f8f638cbee
commit c7de65707b
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -94,7 +94,7 @@
</button>
</div>
<div class="col-5 d-grid">
<button type="button" class="btn btn-sammo-base2 refreshPage"> </button>
<button type="button" class="btn btn-sammo-base2" @click="tryRefresh"> </button>
</div>
<div class="col-4 d-grid">
<button type="button" class="btn btn-sammo-base2" @click="moveLobby">로비로</button>
@@ -160,6 +160,7 @@
id="mobileBottomBar"
:frontInfo="frontInfo"
:globalMenu="globalMenu"
@refresh="tryRefresh"
/>
</div>
</template>