feat: add verification comp【31315a7f】

This commit is contained in:
YunaiV
2025-03-24 20:13:42 +08:00
parent 1112409a3b
commit eeb19808c9
12 changed files with 1298 additions and 16 deletions

View File

@@ -4,3 +4,5 @@ export { default as PointSelectionCaptchaCard } from './point-selection-captcha/
export { default as SliderCaptcha } from './slider-captcha/index.vue';
export { default as SliderRotateCaptcha } from './slider-rotate-captcha/index.vue';
export type * from './types';
export { default as Verification } from './verification/index.vue';