Fixed a bug where the toggle dictionary could not load words

This commit is contained in:
zyronon
2023-12-02 22:00:19 +08:00
parent d602d5459a
commit d7d8c3782c
5 changed files with 17 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ const emit = defineEmits<{
}>()
//虚拟列表长度限制
const limit = 99
const limit = 101
const settingStore = useSettingStore()
const listRef: any = $ref()