PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:14:43 +01:00
parent f0098e57b2
commit bc960d38a1
1044 changed files with 5323 additions and 10823777 deletions

View File

@@ -1,4 +1,4 @@
import { ISignupIscrizioneConacreisOptions } from 'model'
import type { ISignupIscrizioneConacreisOptions } from 'model'
import { email, minLength, required, sameAs } from 'vuelidate/lib/validators'
export interface ISignupConacreis {

View File

@@ -1,9 +1,9 @@
import { ISignupIscrizioneConacreisOptions } from 'model'
import { tools } from '@store/Modules/tools'
import type { ISignupIscrizioneConacreisOptions } from 'model'
import { tools } from '@tools'
import { Logo } from '@/components/logo'
import { CDate } from '@/components/CDate'
import { CMyPage } from '@/components/CMyPage'
import { Logo } from '@src/components/logo'
import { CDate } from '@src/components/CDate'
import { CMyPage } from '@src/components/CMyPage'
import { CTitleBanner } from '../CTitleBanner'
import { computed, defineComponent, reactive, ref, watch } from 'vue'
@@ -11,8 +11,8 @@ import { useQuasar } from 'quasar'
import { useUserStore } from '@store/UserStore'
import { useRouter } from 'vue-router'
import { useGlobalStore } from '@store/globalStore'
import { useI18n } from '@/boot/i18n'
import MixinUsers from '@/mixins/mixin-users'
import { useI18n } from 'vue-i18n'
import MixinUsers from '@src/mixins/mixin-users'
import useVuelidate from '@vuelidate/core'
import { email, minLength, required } from '@vuelidate/validators'
@@ -143,7 +143,7 @@ export default defineComponent({
return t('reg.err.complexity')
}
}
// if (!item.maxLength) { return t('reg.err.notmore') + ` ${item.$params.maxLength.max} ` + t('reg.err.char') }
// if (!item.maxLength) { return t('reg.err.notmore') + ` ${item.$params.maxLength.max} ` + t('reg.err.char') }
if (item.required !== undefined) {
if (!item.required) {
@@ -225,13 +225,13 @@ export default defineComponent({
}
}
function selectcountry({ name, iso2, dialCode }: {name: string, iso2: string, dialCode: string}) {
function selectcountry({ name, iso2, dialCode }: { name: string, iso2: string, dialCode: string }) {
// console.log(name, iso2, dialCode)
signup.residency_country = name
countryname.value = name
}
function selectcountryborn({ name, iso2, dialCode }: {name: string, iso2: string, dialCode: string}) {
function selectcountryborn({ name, iso2, dialCode }: { name: string, iso2: string, dialCode: string }) {
// console.log(name, iso2, dialCode)
signup.born_country = name
countryborn.value = name