Modify the word list component

This commit is contained in:
zyronon
2023-11-12 15:04:56 +08:00
parent 5d802d4faf
commit 60e3975b3e
13 changed files with 363 additions and 190 deletions

View File

@@ -38,7 +38,6 @@ watch(store.wrong.originWords, (n) => {
store.wrong.chapterWords = [store.wrong.words]
})
useStartKeyboardEventListener()
async function init() {
console.time()
@@ -54,6 +53,8 @@ onMounted(() => {
init()
})
useStartKeyboardEventListener()
</script>
<template>