gpt4 book ai didi

javascript - 为什么引导面板切换在 reactjs 构建版本中不起作用?

转载 作者:行者123 更新时间:2023-11-28 16:50:16 24 4
gpt4 key购买 nike

我能够在我的 reactjs 开发中添加引导面板切换。但是当我部署 react 构建代码时,这个面板没有展开。我知道为什么它在构建代码中不起作用,因为我正在使用 href="#panl"。那么我该如何解决这个问题呢?

render() {
return <div>
<a data-toggle="collapse" href="#panl">Testing</a>
<div className="panel-collapse collapse section-two" id="pan1">
<h1>Here is contant of the panel</h1>
</div>
</div>
}

最佳答案

您可能没有正确安装 bootstrap。运行这些命令来安装它。

npm uninstall --save bootstrap
npm install --save bootstrap

关于javascript - 为什么引导面板切换在 reactjs 构建版本中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59223872/

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