Cloud Zhang
2024-05-20 2cd26d312f47a79fb9b8b444a3f1760f98d03e38
1
2
3
4
5
6
7
import { withInstall } from '/@/utils/index';
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';