refac: MapViewer에서 modelValue를 Legacy 버전과 맞춤

This commit is contained in:
2022-04-22 00:36:25 +09:00
parent e9b76217f7
commit f4d67e759e
4 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
:server-nick="serverNick"
:serverID="serverID"
:map-name="unwrap(gameConstStore?.gameConst.mapName)"
:model-value="cachedMap"
:map-data="cachedMap"
:is-detail-map="true"
:city-position="cityPosition"
:format-city-info="formatCityInfoText"