PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -3,10 +3,12 @@ import { tools } from '@src/store/Modules/tools'
|
||||
import { func_tools } from '@src/store/Modules/toolsext'
|
||||
import { CTitle } from '../../../components/CTitle/index'
|
||||
import { CMyPage } from '../../../components/CMyPage/index'
|
||||
import type {
|
||||
IEvents
|
||||
} from '@src/model';
|
||||
import {
|
||||
IBookedEvent,
|
||||
ICalendarState,
|
||||
IEvents,
|
||||
ITodo,
|
||||
ITodosState,
|
||||
IUserState,
|
||||
@@ -22,8 +24,8 @@ import { useRoute } from 'vue-router'
|
||||
import { useCalendarStore } from '@store/CalendarStore'
|
||||
import { useUserStore } from '@store/UserStore'
|
||||
import { useQuasar } from 'quasar'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import translate from '@/globalroutines/util'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import translate from '@src/globalroutines/util'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Eventlist',
|
||||
|
||||
Reference in New Issue
Block a user