Creating GitHub project FreePlanet
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ISignupOptions } from 'model'
|
||||
import { required, minLength, email, sameAs } from 'vuelidate/lib/validators'
|
||||
import { ValidationRuleset } from 'vuelidate'
|
||||
import { complexity, registereduser, registeredemail } from '@/validation'
|
||||
import { complexity, registereduser, registeredemail } from 'validation'
|
||||
|
||||
export type TSignup = { signup: ISignupOptions, validationGroup: string[] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user