|
@@ -151,7 +151,7 @@
|
|
|
import type { Question } from "@/types";
|
|
|
import { isNumber } from "lodash";
|
|
|
import { computed, onMounted, onUnmounted, watch } from "vue";
|
|
|
-import { store } from "./store";
|
|
|
+import { store } from "@/store/store";
|
|
|
import { keyMouse } from "./use/keyboardAndMouse";
|
|
|
import { autoChooseFirstQuestion } from "./use/autoChooseFirstQuestion";
|
|
|
import { message } from "ant-design-vue";
|