fix validation and language changes

This commit is contained in:
hastichavda
2019-11-12 13:03:17 +05:30
parent 905064e0be
commit 73d90f73fd
5 changed files with 103 additions and 16 deletions

View File

@ -43,7 +43,7 @@
<div v-if="$v.formData.price.$error">
<span v-if="!$v.formData.price.required" class="text-danger">{{ $t('validation.required') }} </span>
<span v-if="!$v.formData.price.maxLength" class="text-danger">{{ $t('validation.price_maxlength') }}</span>
<span v-if="!$v.formData.price.minValue" class="text-danger">{{ $t('validation.price_minValue') }}</span>
<span v-if="!$v.formData.price.minValue" class="text-danger">{{ $t('validation.price_minvalue') }}</span>
</div>
</div>
<div class="form-group">