PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user