-> 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:
paolo
2018-12-15 01:30:21 +01:00
parent 4c93581539
commit 7198b07bb6
6 changed files with 6514 additions and 3289 deletions

View File

@@ -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[] }