gaoluyang
8 天以前 0904d14fb18944b5cc209b44e48d25c8f5aed928
1
2
3
4
5
6
7
8
9
export { default as PointSelectionCaptcha } from './point-selection-captcha/index.vue';
export { default as PointSelectionCaptchaCard } from './point-selection-captcha/index.vue';
 
export { default as SliderCaptcha } from './slider-captcha/index.vue';
export { default as SliderRotateCaptcha } from './slider-rotate-captcha/index.vue';
export { default as SliderTranslateCaptcha } from './slider-translate-captcha/index.vue';
export type * from './types';
 
export { default as Verification } from './verification/index.vue';