|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
|
import type { Menu } from '@/router/types' |
|
|
|
|
// eslint-disable-next-line ts/ban-ts-comment |
|
|
|
|
// @ts-nocheck |
|
|
|
|
|
|
|
|
|
// @ts-nocheck TODO: Breadcrumb type error |
|
|
|
|
import type { Menu } from '@/router/types' |
|
|
|
|
import type { RouteLocationMatched } from 'vue-router' |
|
|
|
|
import { useDesign } from '@/hooks/web/useDesign' |
|
|
|
|
import { useI18n } from '@/hooks/web/useI18n' |
|
|
|
|