vue-cropper打包部署后运行报错i.call is not a function

本地vue2使用vue cropper测试良好,部署后直接报错i.call is not a function.和 Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'

从npm安装的vue-cropper目录中看到vuecropper的源码,getComputedStyle的第一个参数时this.$refs.cropper,也就是说vuecropper根本就没有加载成功,

既然本地运行良好,肯定直接引用vue肯定是可以用的,于是,将node_modules\vue-cropper\src目录下的vue-cropper.vue和exif-js-min.js复制到源码目录,将其当作组件调用。




                    
                    

你可能感兴趣的:(vue.js,前端,javascript)