feat(WIP): processing 물자원조

- nations, nationList를 nationList로 통합
This commit is contained in:
2021-12-22 01:01:06 +09:00
parent 77b78d05ac
commit cde55ab574
9 changed files with 280 additions and 94 deletions
+7 -1
View File
@@ -20,6 +20,7 @@
class="form-control"
:max="maxAmount"
:min="minAmount"
:step="step"
v-model="amount"
placeholder="금액"
/>
@@ -69,8 +70,13 @@ export default defineComponent({
},
amountGuide: {
type: Array as PropType<number[]>,
reqquired: false,
required: false,
},
step: {
type: Number,
required: false,
default: 1,
}
},
emits: ["update:modelValue"],
watch: {