SubAccounts !
This commit is contained in:
12
src/components/CMyDashboard/CMyDashboard-validate.ts
Executable file
12
src/components/CMyDashboard/CMyDashboard-validate.ts
Executable file
@@ -0,0 +1,12 @@
|
||||
import { ISignupOptions } from 'model'
|
||||
import { email, minLength, required, sameAs } from 'vuelidate/lib/validators'
|
||||
// import { ValidationRuleset } from 'vuelidate'
|
||||
import { complexity, registeredemail, registereduser, aportadorexist } from '../../validation'
|
||||
|
||||
export const validations = {
|
||||
|
||||
invitante_username: {
|
||||
aportadorexist,
|
||||
required
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user