gpt4 book ai didi

javascript - Hubspot drop.js - Uncaught ReferenceError : Drop is not defined

转载 作者:行者123 更新时间:2023-12-02 23:24:27 37 4
gpt4 key购买 nike

我正在使用这个库 Drop ,但是记录很差,我不明白如何使用它。首先我安装了:

npm install tether-drop

我已经下载了 Drop.js,然后用 Tether 导入它(导入所有内容):

require('../../node_modules/tether/dist/js/tether.min');
require('../../node_modules/tether-drop/dist/js/drop.min');
require('../third_party/drop-master/dist/js/drop.min');

,但是当我尝试时:

let dropInstance = new Drop({
target: document.querySelector('.dropTarget'),
content: 'Welcome to the future',
classes: 'drop-theme-arrows',
position: 'bottom left',
openOn: 'click'
});

它说:

Uncaught ReferenceError: Drop is not defined

我正在使用 Laravel - 5.8,它使用 Elixir 和 GULP(我猜)。

我错过了什么?

最佳答案

嗨,我仍然无法发表评论,但请尝试这种方式

const { Drop } = require('tether-drop');

const Drop = require('tether-drop');

取决于其在模块上的导出方式

关于javascript - Hubspot drop.js - Uncaught ReferenceError : Drop is not defined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56807570/

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