From 761b91b7db5517fb8f6090e583324696ef567b50 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 19 Mar 2023 14:41:09 +0900 Subject: [PATCH] =?UTF-8?q?fix,=20refac:=20bvn=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EA=B2=8C=20tooltip=20directive=20=EB=B3=80=EA=B2=BD=20-=20inst?= =?UTF-8?q?allVue3Component=EB=A1=9C=20=ED=86=B5=ED=95=A9=20-=20boostrap-v?= =?UTF-8?q?ue-next=200.7.3=20directive=20=EB=AC=B8=EC=A0=9C=20=EC=9A=B0?= =?UTF-8?q?=ED=9A=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageNPCControl.vue | 12 ++-- hwe/ts/PartialReservedCommand.vue | 2 +- hwe/ts/components/AuctionUniqueItem.vue | 4 +- hwe/ts/components/AutorunInfo.vue | 2 +- hwe/ts/components/ChiefReservedCommand.vue | 2 +- hwe/ts/components/GeneralBasicCard.vue | 19 +++--- hwe/ts/components/NationBasicCard.vue | 3 +- hwe/ts/components/SammoBar.vue | 3 +- hwe/ts/components/SimpleNationList.vue | 2 +- hwe/ts/components/TipTap.vue | 63 +++++++------------ hwe/ts/gridCellRenderer/GridTooltipCell.vue | 8 +-- hwe/ts/gridCellRenderer/SimpleTooltipCell.vue | 4 +- hwe/ts/util/installVue3Components.ts | 17 +++++ hwe/ts/v_NPCControl.ts | 4 +- hwe/ts/v_auction.ts | 10 +-- hwe/ts/v_battleCenter.ts | 4 +- hwe/ts/v_board.ts | 5 +- hwe/ts/v_cachedMap.ts | 4 +- hwe/ts/v_chiefCenter.ts | 14 ++--- hwe/ts/v_front.ts | 5 +- hwe/ts/v_globalDiplomacy.ts | 4 +- hwe/ts/v_history.ts | 4 +- hwe/ts/v_inheritPoint.ts | 4 +- hwe/ts/v_join.ts | 4 +- hwe/ts/v_main.ts | 5 +- hwe/ts/v_nationBetting.ts | 4 +- hwe/ts/v_nationGeneral.ts | 4 +- hwe/ts/v_nationStratFinan.ts | 4 +- hwe/ts/v_troop.ts | 4 +- hwe/ts/v_vote.ts | 4 +- 30 files changed, 108 insertions(+), 120 deletions(-) create mode 100644 hwe/ts/util/installVue3Components.ts diff --git a/hwe/ts/PageNPCControl.vue b/hwe/ts/PageNPCControl.vue index 53c6ff0d..a432c9ee 100644 --- a/hwe/ts/PageNPCControl.vue +++ b/hwe/ts/PageNPCControl.vue @@ -227,9 +227,8 @@   {{ element.id }} @@ -250,9 +249,8 @@   {{ element.id }} @@ -305,9 +303,8 @@   {{ element.id }} @@ -328,9 +325,8 @@   {{ element.id }} diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index a8d72b02..f8aa30b4 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -218,7 +218,7 @@ :key="turnIdx" class="turn_pad center" > - + diff --git a/hwe/ts/components/AuctionUniqueItem.vue b/hwe/ts/components/AuctionUniqueItem.vue index 9a4fb9b6..9db862aa 100644 --- a/hwe/ts/components/AuctionUniqueItem.vue +++ b/hwe/ts/components/AuctionUniqueItem.vue @@ -7,7 +7,7 @@
경매 {{ currentAuction.auction.id }}번 상세
경매명
-
+
{{ currentAuction.auction.title }}
@@ -83,7 +83,7 @@ @click="currentAuctionID = auctionID" >
{{ auction.id }}
-
{{ auction.title }}
+
{{ auction.title }}
{{ auction.hostName }}
{{ cutDateTime(auction.closeDate) }}
{{ auction.remainCloseDateExtensionCnt > 0 ? "남음" : "소진" }}
diff --git a/hwe/ts/components/AutorunInfo.vue b/hwe/ts/components/AutorunInfo.vue index 6e3803cb..25add8bd 100644 --- a/hwe/ts/components/AutorunInfo.vue +++ b/hwe/ts/components/AutorunInfo.vue @@ -1,5 +1,5 @@