gpt4 book ai didi

javascript - Bootstrap 的 JavaScript 需要 jQuery - Reactjs

转载 作者:行者123 更新时间:2023-12-01 03:00:57 26 4
gpt4 key购买 nike

我必须将 bootstrapreactjs 一起使用,当我尝试导入 Bootstrap.js 时,它给了我错误

Bootstrap's JavaScript requires jQuery

这是我的导入语句(我尝试了以下)

import $ from 'jquery';
import jQuery from 'jquery'; //I installed jquery using npm
import '@shopify/polaris/jquery'; //I put jquery.js file
import '@shopify/polaris/bootstrap';

这里似乎什么都不起作用。

最佳答案

在您的 HTML 文件中:

<html>
<head>

..................
..................
..................
</head>

<body>
..................
<script src="jquery.js"></script> // <<<<<< you missing import jquery here
<script src="bootstrap.js"></script> // <<<<<<< you have this one
..................
</body>
</html>

关于javascript - Bootstrap 的 JavaScript 需要 jQuery - Reactjs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46418994/

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