fix: 路径错误

pull/2/head
xingyu 2022-12-08 19:57:05 +08:00
parent 19c193cc1a
commit eee5e62843
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { PropType, ref } from 'vue'
import { useI18n } from '@/hooks/web/useI18n'
import { useDesign } from '@/hooks/web/useDesign'
import type { RouteLocationNormalizedLoaded } from 'vue-router'
import { contextMenuSchema } from '../../../types/contextMenu'
import { contextMenuSchema } from '@/types/contextMenu'
const { getPrefixCls } = useDesign()