Browse Source

fix: ts error

main
K 7 months ago
parent
commit
57a36b13aa
  1. 5
      src/layouts/default/header/components/Breadcrumb.vue

5
src/layouts/default/header/components/Breadcrumb.vue

@ -1,7 +1,8 @@
<script lang="ts" setup> <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 type { RouteLocationMatched } from 'vue-router'
import { useDesign } from '@/hooks/web/useDesign' import { useDesign } from '@/hooks/web/useDesign'
import { useI18n } from '@/hooks/web/useI18n' import { useI18n } from '@/hooks/web/useI18n'

Loading…
Cancel
Save