save
This commit is contained in:
@@ -4,7 +4,7 @@ import {useRuntimeStore} from "@/stores/runtime.ts";
|
||||
import {chunk, cloneDeep} from "lodash-es";
|
||||
import {isArticle} from "@/hooks/article.ts";
|
||||
import {nanoid} from "nanoid";
|
||||
import {$ref} from "vue/macros";
|
||||
|
||||
|
||||
|
||||
export function useWordOptions() {
|
||||
|
||||
@@ -3,7 +3,7 @@ import {useSettingStore} from "@/stores/setting.ts";
|
||||
import {PronunciationApi} from "@/types.ts";
|
||||
import beep from "@/assets/sound/beep.wav";
|
||||
import correct from "@/assets/sound/correct.wav";
|
||||
import {$ref} from "vue/macros";
|
||||
|
||||
import {SoundFileOptions} from "@/utils/const.ts";
|
||||
import {useBaseStore} from "@/stores/base.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user