fix: change type vnput
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-09 00:40:21 +02:00
parent 4cc49d8841
commit e550f54314
1 changed files with 2 additions and 1 deletions

View File

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