Explorar o código

打包报错修复

刘洋 hai 1 ano
pai
achega
2f645d314f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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<{
   /** 显示隐藏 */