xyxiao001 / vue-cropper

A simple picture clipping plugin for vue
https://github.xyxiao.cn/vue-cropper/docs/vue3.html
MIT License
4.25k stars 694 forks source link

加载插件时会报错: Added non-passive event listener to a scroll-blocking 'touchstart' event #811

Open linuxkai opened 2 months ago

linuxkai commented 2 months ago

image

cropper版本: "vue-cropper": "^1.1.2", chrome: 124.0.6367.62 "vue": "^3.4.21",

引入组件代码: image

xyxiao001 commented 2 months ago

https://github.xyxiao.cn/vue-cropper/docs/vue3.html 测试在线例子是正常的

linuxkai commented 2 months ago

可能是因为在本地的原因,部署到线上就没问题了,我试着把线上的例子放本地测试了下,也会有类似的警告,但在线示例就没问题