fix: volar error 수정

- getNPCColor 반환형
This commit is contained in:
2022-01-28 01:09:21 +09:00
parent e6863539a0
commit 3611ee6cfe
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<NumberInputWithInfo
title="입찰 포인트"
:min="inheritActionCost.minSpecificUnique"
:max="this.items.previous"
:max="items.previous"
v-model="specificUniqueAmount"
/>
</div>