Fixed a bug where the toggle dictionary could not load words
This commit is contained in:
@@ -27,7 +27,7 @@ const emit = defineEmits<{
|
||||
}>()
|
||||
|
||||
//虚拟列表长度限制
|
||||
const limit = 99
|
||||
const limit = 101
|
||||
const settingStore = useSettingStore()
|
||||
const listRef: any = $ref()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user