xyxiao001 / vue-cropper

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

为什么显示vueCropper is not defined #32

Closed chenxiong666 closed 6 years ago

chenxiong666 commented 6 years ago

我先install然后import了,结果报这个错

xyxiao001 commented 6 years ago

你怎么引入的

chenxiong666 commented 6 years ago

在组件中import VueCropper from 'vue-cropper' components: { vueCropper }

xyxiao001 commented 6 years ago

你在mounted 里面打印vueCropper 试一试

xyxiao001 commented 6 years ago

代码截图看看

chenxiong666 commented 6 years ago

image

chenxiong666 commented 6 years ago

image

xyxiao001 commented 6 years ago

可能是没安装成功吧 重新安装试一试呢

xyxiao001 commented 6 years ago

看看node_module 里面有吗

chenxiong666 commented 6 years ago

image 有啊

xyxiao001 commented 6 years ago

image

xyxiao001 commented 6 years ago

刚刚新建项目测试的

chenxiong666 commented 6 years ago

我新建了一个项目还是报错,components: {vueCropper},这段代码注释掉 mounted才有输出

xyxiao001 commented 6 years ago

加我qq463618622 我帮你看看