- pagine RISO
This commit is contained in:
@@ -18,7 +18,7 @@ import { tools } from '../../store/Modules/tools';
|
||||
|
||||
import { fieldsTable } from '@store/Modules/fieldsTable';
|
||||
|
||||
import { shared_consts } from '@src/common/shared_vuejs';
|
||||
import { shared_consts } from '@/common/shared_vuejs';
|
||||
|
||||
import type {
|
||||
IColGridTable,
|
||||
@@ -52,20 +52,20 @@ import { useUserStore } from '@store/UserStore';
|
||||
import { useGlobalStore } from '@store/globalStore';
|
||||
import { useQuasar, exportFile } from 'quasar';
|
||||
import { costanti } from '@costanti';
|
||||
import translate from '@src/globalroutines/util';
|
||||
import translate from '@/globalroutines/util';
|
||||
import { toolsext } from '@store/Modules/toolsext';
|
||||
import { CMyCardPopup } from '@src/components/CMyCardPopup';
|
||||
import { CMyCardService } from '@src/components/CMyCardService';
|
||||
import { CSingleMovement } from '@src/components/CSingleMovement';
|
||||
import { CMyCardGrpPopup } from '@src/components/CMyCardGrpPopup';
|
||||
import { CMyCardCircuitPopup } from '@src/components/CMyCardCircuitPopup';
|
||||
import { CMyCardPopup } from '@/components/CMyCardPopup';
|
||||
import { CMyCardService } from '@/components/CMyCardService';
|
||||
import { CSingleMovement } from '@/components/CSingleMovement';
|
||||
import { CMyCardGrpPopup } from '@/components/CMyCardGrpPopup';
|
||||
import { CMyCardCircuitPopup } from '@/components/CMyCardCircuitPopup';
|
||||
import { onBeforeRouteLeave, onBeforeRouteUpdate, useRouter } from 'vue-router';
|
||||
import { useRoute } from 'vue-router';
|
||||
import { NavigationGuardNext, RouteLocationNormalized } from 'vue-router';
|
||||
|
||||
import { Dialog } from 'quasar'; // Assicurati di importare correttamente Dialog da Quasar.
|
||||
|
||||
import { getMapBoundaries } from '@src/store/Modules/geocodingmap';
|
||||
import { getMapBoundaries } from '@/store/Modules/geocodingmap';
|
||||
import { isMap } from 'util/types';
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user