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,5 @@
import { defineComponent, PropType, ref } from 'vue'
import type { PropType} from 'vue';
import { defineComponent, ref } from 'vue'
import { Logo } from '../../components/logo/index'
@@ -7,14 +8,15 @@ import { LandingFooter } from '../../components/LandingFooter/index'
import { tools } from '../../store/Modules/tools'
import { static_data } from '@src/db/static_data'
import { CCard } from '@/components/CCard/index'
import { CImgText } from '@/components/CImgText/index'
import { CMyAvatar } from '@/components/CMyAvatar/index'
import { CMyTeacher } from '@/components/CMyTeacher/index'
import { CMyPage } from '@/components/CMyPage/index'
import { CCard } from '@src/components/CCard/index'
import { CImgText } from '@src/components/CImgText/index'
import { CMyAvatar } from '@src/components/CMyAvatar/index'
import { CMyTeacher } from '@src/components/CMyTeacher/index'
import { CMyPage } from '@src/components/CMyPage/index'
import { IEvents, IOperators } from '@src/model'
import MixinEvents from '@/mixins/mixin-events'
import type { IEvents} from '@src/model';
import { IOperators } from '@src/model'
import MixinEvents from '@src/mixins/mixin-events'
import { useGlobalStore } from '@src/store/globalStore'
export default defineComponent({