fix: change type vnput

This commit is contained in:
Javier Segarra 2024-10-09 00:40:21 +02:00
parent d721083795
commit f16707756e
1 changed files with 1 additions and 0 deletions

View File

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