-> Settings the packages: "quasar-framework": "0.17.17" because with "0.17.18" gives an error!
-> the Build now works! But actually nothing is visible in the website remote.
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 { ValidationRuleset } from 'vuelidate'
|
||||
import { complexity, registereduser, registeredemail } from '../../../validation'
|
||||
|
||||
export type TSignup = { signup: ISignupOptions, validationGroup: string[] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user