|  | @@ -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([]);
 |