Skip to content

Commit a8836d4

Browse files
authored
Merge pull request #182 from wjsds666/fix/verify-time
fix:修复认证窗口时机
2 parents e793de3 + f9c4d0f commit a8836d4

File tree

6 files changed

+4730
-3466
lines changed

6 files changed

+4730
-3466
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ declare module 'vue' {
2727
ElTag: typeof import('element-plus/es')['ElTag']
2828
ElTooltip: typeof import('element-plus/es')['ElTooltip']
2929
ElUpload: typeof import('element-plus/es')['ElUpload']
30+
IndexNoClose: typeof import('./src/components/Modal/indexNoClose.vue')['default']
3031
Modal: typeof import('./src/components/Modal/index.vue')['default']
3132
RouterLink: typeof import('vue-router')['RouterLink']
3233
RouterView: typeof import('vue-router')['RouterView']

0 commit comments

Comments
 (0)