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

@@ -8,11 +8,11 @@ import { toolsext } from '@src/store/Modules/toolsext'
import { CImgTitle } from '../../components/CImgTitle/index'
import { useQuasar } from 'quasar'
import { static_data } from '@src/db/static_data'
import { useI18n } from '@/boot/i18n'
import { useI18n } from 'vue-i18n'
import { useUserStore } from '@store/UserStore'
import { useGlobalStore } from '@store/globalStore'
import { useRouter } from 'vue-router'
import { IColl } from 'model'
import type { IColl } from 'model'
export default defineComponent({
@@ -98,7 +98,7 @@ export default defineComponent({
}
function appname() {
return process.env.APP_NAME
return import.meta.env.APP_NAME
}
function beforeDestroy() {
@@ -106,7 +106,7 @@ export default defineComponent({
}
function created() {
animare.value = process.env.DEV ? 0 : 8000
animare.value = import.meta.env.DEV ? 0 : 8000
}
function meta() {