linqilong 1 month ago
parent
commit
cbc0605a71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/Problem/listquestions.vue

+ 1 - 0
src/views/Problem/listquestions.vue

@@ -14,6 +14,7 @@ import { renderData } from "@/utils/template";
 import { jumpPage } from "@/utils/page";
 import { getTacQuestionList } from "@/api/questions";
 import { onMounted, ref } from "vue";
+import card01 from '@/components/card01.vue';
 
 // 使用 ref 定义响应式变量 list 和 loading
 const list = ref([]);