PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { defineComponent, ref, computed, PropType } from 'vue'
|
||||
import { useI18n } from '@src/boot/i18n'
|
||||
import type { PropType } from 'vue';
|
||||
import { defineComponent, ref, computed } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useQuasar } from 'quasar'
|
||||
import { IPreloadImages } from 'model'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import type { IPreloadImages } from 'model'
|
||||
import { tools } from '@tools'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CPreloadImages',
|
||||
|
||||
Reference in New Issue
Block a user