前端vue3使用cropperjs截图插件 安装 npm install cropperjs@next 使用 // 引入 import Cropper from 'cropperjs'; // 样式 import 'cropperjs/dist/cropper.css' // 定义 const cropper = ref({}) const uploadImg = ref() // 截图插件配置 const cropperOption = ref({ aspectRatio: 10 / 14, /...