|
@@ -98,7 +98,6 @@
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
import type { Question } from "@/types";
|
|
import type { Question } from "@/types";
|
|
import { useMarkStore } from "@/store";
|
|
import { useMarkStore } from "@/store";
|
|
-import { DownOutlined } from "@ant-design/icons-vue";
|
|
|
|
import { ref } from "vue";
|
|
import { ref } from "vue";
|
|
|
|
|
|
const markStore = useMarkStore();
|
|
const markStore = useMarkStore();
|