vue使用vue-cropper裁剪图片
首先先来看下效果
屏幕录制2022-04-20 14.59.01
vue-cropper
github地址:https://github.com/xyxiao001/vue-cropper
安装
npm install vue-cropper
yarn add vue-cropper
在入口文件中引用
import {VueCropper} from 'vue-cropper'
components: { VueCropper }
使用
在项目使用的是ElementUI
<el-dialog :visible.sync="dialogStatusVisible" @open="cropperOpen" :close-on-click-modal="false"