我已经安装了猫头鹰传送带(npm install react-owl-carousel2)。运行代码时,它显示以下错误。
TypeError: Cannot read property 'fn' of undefined
eval
././src/owl.carousel.js?:1667:4
eval
././src/owl.carousel.js?:1701:3
(anonymous function)
C:/xampp/htdocs/new-react/node_modules/react-owl-carousel2/lib/OwlCarousel.js:63
60 | /* 1 */
61 | /***/ function(module, exports) {
62 |
63 | eval("'
对于未定义错误的'fn',我该怎么办?
答案 0 :(得分:0)
let owl_carousel = require('owl.carousel');
window.fn = owl_carousel;
https://github.com/OwlCarousel2/OwlCarousel2/issues/2537 https://github.com/OwlCarousel2/OwlCarousel2/issues/2206