merge dev

This commit is contained in:
Jay_Makwana
2019-11-16 16:33:19 +05:30
53 changed files with 172 additions and 20254 deletions

View File

@ -374,7 +374,7 @@ import MultiSelect from 'vue-multiselect'
import { validationMixin } from 'vuelidate'
import { mapActions, mapGetters } from 'vuex'
import AddressStub from '../../../stub/address'
const { required, minLength, email, numeric, alpha, url, maxLength } = require('vuelidate/lib/validators')
const { required, minLength, email, numeric, url, maxLength } = require('vuelidate/lib/validators')
export default {
components: {
@ -421,8 +421,7 @@ export default {
formData: {
name: {
required,
minLength: minLength(3),
alpha
minLength: minLength(3)
},
email: {
email

View File

@ -142,7 +142,7 @@ export default {
required,
numeric,
minValue: minValue(0.1),
maxLength: maxLength(10)
maxLength: maxLength(20)
},
description: {
maxLength: maxLength(255)