我想在项目组件中添加一个库,但我有一个问题:(
import 'ez-plus/css/jquery.ez-plus.css';
require('ez-plus/src/jquery.ez-plus')
export default {
mounted() {
$('.image-zoom').ezPlus({
zoomType: 'inner',
cursor: 'crosshair',
});
},
}
但显示错误:Cannot read property 'fn' of undefined