mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 02:57:11 +08:00
feat: 新增行为验证码
This commit is contained in:
3
src/types/components.d.ts
vendored
3
src/types/components.d.ts
vendored
@@ -39,5 +39,8 @@ declare module 'vue' {
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
|
||||
Verify: typeof import('./../components/Verify/index.vue')['default']
|
||||
VerifyPoints: typeof import('./../components/Verify/Verify/VerifyPoints.vue')['default']
|
||||
VerifySlide: typeof import('./../components/Verify/Verify/VerifySlide.vue')['default']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user