Files
my-spring/web-vue/packages/core/components/Verify/index.ts

8 lines
310 B
TypeScript
Raw Normal View History

2026-03-19 10:57:24 +08:00
import { withInstall } from '@jeesite/core/utils';
import basicDragVerify from './src/DragVerify.vue';
import rotateDragVerify from './src/ImgRotate.vue';
export const BasicDragVerify = withInstall(basicDragVerify);
export const RotateDragVerify = withInstall(rotateDragVerify);
export * from './src/typing';