fix: volar error 수정

- getNPCColor 반환형
This commit is contained in:
2022-02-05 07:43:27 +00:00
committed by Gitea
parent b5fa2aef91
commit 7c518efba8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<div
v-for="([endYear, endMonth], _idx) in [
parseYearMonth(
joinYearMonth(year, month) + nation.diplomacy.term
joinYearMonth(year, month) + (nation.diplomacy.term??0)
),
]"
:key="_idx"