| | |
| | | RouteRecordNormalized, |
| | | } from 'vue-router'; |
| | | |
| | | import type { TabDefinition } from '..\..\..\@core\base\typings\src'; |
| | | import type { TabDefinition } from '../../../@core/base/typings/src'; |
| | | |
| | | import { markRaw, toRaw } from 'vue'; |
| | | |
| | | import { preferences } from '..\..\..\@core\preferences\src'; |
| | | import { preferences } from '../../../@core/preferences/src'; |
| | | import { |
| | | createStack, |
| | | openWindow, |
| | | Stack, |
| | | startProgress, |
| | | stopProgress, |
| | | } from '..\..\..\@core\base\shared\src\utils'; |
| | | } from '../../../@core/base/shared/src/utils'; |
| | | |
| | | import { acceptHMRUpdate, defineStore } from 'pinia'; |
| | | |