fix: change type vnput

This commit is contained in:
Javier Segarra 2024-10-08 23:35:41 +02:00
parent 594d4b675f
commit 81b4e09eba
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const attendersOptions = ref([]);
<VnInput <VnInput
v-model="data.price" v-model="data.price"
:label="t('purchaseRequest.price')" :label="t('purchaseRequest.price')"
type="number" type="currency"
min="0" min="0"
/> />
</VnRow> </VnRow>