فهرست منبع

打包报错修复

刘洋 1 سال پیش
والد
کامیت
2f645d314f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/shared/ScoringPanelWithConfirm.vue

+ 1 - 1
src/components/shared/ScoringPanelWithConfirm.vue

@@ -47,8 +47,8 @@ import useVW from '@/hooks/useVW'
 import { cloneDeep } from 'lodash'
 import bus from '@/utils/bus'
 import { useRoute } from 'vue-router'
-const route = useRoute()
 import type { ExtractApiResponse } from '@/api/api'
+const route = useRoute()
 
 const props = defineProps<{
   /** 显示隐藏 */