index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/exam/components/answer-main/answer-fill/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
index.html
@@ -5,6 +5,7 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite + Vue</title> <!-- 生产版本换源 --> <script src='https://meet.jit.si/external_api.js'></script> </head> <body> src/views/exam/components/answer-main/answer-fill/index.vue
@@ -24,9 +24,7 @@ import { useExamStore } from '@/store/index.js'; const examStore = useExamStore(); const answerList = ref({ 'answer0': '' }); const answerList = ref({}); const { currentType, currentIndex } = storeToRefs(examStore);