* feat: captcha example * fix: fix lint errors * chore: event handling and methods * chore: add accessibility features ARIA labels and roles * refactor: refactor code structure and improve captcha demo page * feat: add captcha internationalization * chore: 适配时间戳国际化展示 --------- Co-authored-by: vince <vince292007@gmail.com>
4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
export { default as CaptchaCard } from './captcha-card.vue';
|
|
export { default as PointSelectionCaptcha } from './point-selection-captcha.vue';
|
|
export type * from './types';
|