made changes

This commit is contained in:
hastichavda
2019-11-15 16:43:34 +05:30
parent 5515287120
commit 17abcdb67b
8 changed files with 181698 additions and 20 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