debug
This commit is contained in:
@@ -80,6 +80,7 @@ async function getDictDetail(val: {
|
||||
runtimeStore.editDict.length = runtimeStore.editDict.articles.length
|
||||
}
|
||||
}
|
||||
|
||||
loading = false
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ watch(() => settingStore.showPanel, n => {
|
||||
let practiceType = $ref(DictType.word)
|
||||
|
||||
function changeIndex(dict: Dict) {
|
||||
store.changeDict(dict, dict.chapterIndex, dict.wordIndex, practiceType)
|
||||
store.changeDict(dict, practiceType)
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user