gpt4 book ai didi

twitter-bootstrap - Bootstrap 5 引用错误 : bootstrap is not defined

转载 作者:行者123 更新时间:2023-12-03 13:37:34 31 4
gpt4 key购买 nike

我刚刚完成安装 bootstrap 5 版本 ^5.0.0-alpha1并在 app.js 中导入 Bootstrap

import "bootstrap"
其他.js
var myModal = new bootstrap.Modal(document.getElementById('myModal'));
myModal.show();
当我运行代码时,它给了我错误 ReferenceError: 未定义 Bootstrap .
然后我尝试在 中导入 Bootstrap 其他.js 像这样
import bootstrap from "bootstrap"
但是当我运行 npm run dev错误 “在'bootstrap'中找不到导出'default'(导入为'bootstrap')
如果我手动导入模态,如 import { Modal } from "bootstrap"它给了我错误 “类型错误:非法调用”

最佳答案

如果有人尝试使用 webpack,这个解决方案对我有用。

window.bootstrap = require('bootstrap/dist/js/bootstrap.bundle.js');

关于twitter-bootstrap - Bootstrap 5 引用错误 : bootstrap is not defined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64113404/

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