gpt4 book ai didi

javascript - WOW不是构造函数

转载 作者:数据小太阳 更新时间:2023-10-29 05:11:41 26 4
gpt4 key购买 nike

当我尝试通过其中一个语句要求 WOW

global.WOW = require('wowjs');
var WOW = require('wowjs');
window.WOW = require('wowjs');

我收到这个错误

jQuery.Deferred exception: WOW is not a constructor TypeError: WOW is not a constructor

最佳答案

试试这个

const WOW = require('wowjs');

window.wow = new WOW.WOW({
live: false
});

window.wow.init();

关于javascript - WOW不是构造函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43392341/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com