View dictionary word list Add progress bar

This commit is contained in:
zyronon
2023-11-03 15:15:36 +08:00
parent 8f0b96efe4
commit 1c05974736
6 changed files with 191 additions and 16 deletions

4
components.d.ts vendored
View File

@@ -66,5 +66,9 @@ declare module 'vue' {
VolumeSetting: typeof import('./src/components/Toolbar/VolumeSetting.vue')['default']
WordList: typeof import('./src/components/WordList.vue')['default']
WordListModal: typeof import('./src/components/WordListModal.vue')['default']
WordListModal2: typeof import('./src/components/WordListModal2.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}