mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
import reCropperPreview from "./src/index.vue";
|
|
import { withInstall } from "@pureadmin/utils";
|
|
|
|
/** 图片裁剪预览组件 */
|
|
export const ReCropperPreview = withInstall(reCropperPreview);
|
|
|
|
export default ReCropperPreview;
|