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

vite打包报错 #820

Open stgzhangzheyi opened 1 month ago

stgzhangzheyi commented 1 month ago

error: Cannot find module 'vue-cropper' or its corresponding type declarations.

import { VueCropper } from "vue-cropper"

请问这是什么原因引起的?有什么应对或者解决的方式?

xyxiao001 commented 1 month ago

是安装的 1.x版本嘛

stgzhangzheyi commented 1 month ago

是的

stgzhangzheyi commented 1 month ago

ae9c8ab857a7e101fefa2ab2a11c0df

xyxiao001 commented 1 month ago

报错截图看看

stgzhangzheyi commented 1 month ago

e34b4433e8c9b2425044b0ca7a68ae5

xyxiao001 commented 1 month ago

这个应该any 类型的问题,可以先把vite里面any类型限制关一下

stgzhangzheyi commented 1 month ago

好的,我先去尝试一下,谢谢您

stgzhangzheyi commented 1 month ago

6702b54941e62fd8f8bc6904017a73f 这个的确可以解决报错。但会降低ts的检查能力。后续还有更好的办法吗

xyxiao001 commented 1 month ago

可以的,这个是组件库问题,之前一直没修复,下个版本会修复下

stgzhangzheyi commented 1 month ago

辛苦您

xyxiao001 commented 1 month ago

1.13版本已经修复了

stgzhangzheyi commented 1 month ago

请问下载指令是什么

JamesBang007 commented 1 week ago

1.13版本已经修复了

1.1.3 还是保这个错误