fix: volar error 수정
- getNPCColor 반환형
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user