View dictionary word list Add progress bar
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user