PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { useUserStore } from '@store/UserStore'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { useQuasar } from 'quasar'
|
||||
import { IDataPass, IEvents } from '@model'
|
||||
import type { IEvents } from '@model';
|
||||
import { IDataPass } from '@model'
|
||||
import { tools } from '../store/Modules/tools'
|
||||
import { costanti } from '@costanti'
|
||||
import translate from '@src/globalroutines/util'
|
||||
import { useCalendarStore } from '@store/CalendarStore'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
// You can declare a mixin as the same style as components.
|
||||
export default function () {
|
||||
|
||||
Reference in New Issue
Block a user