Adding loading effects when downloading a universal dictionary

This commit is contained in:
zyronon
2023-11-09 01:42:02 +08:00
parent ed032ef5b6
commit 76269c50fe
4 changed files with 17 additions and 6 deletions

3
components.d.ts vendored
View File

@@ -71,4 +71,7 @@ declare module 'vue' {
WordList2: typeof import('./src/components/list/WordList2.vue')['default']
WordListModal: typeof import('./src/components/Modal/WordListModal.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}