如何添加Bootstrap 4没有Tether

How to add Bootstrap 4 without Tether?

本文关键字:Bootstrap 没有 Tether 添加 何添加      更新时间:2023-09-26

添加Bootstrap (v4.0.0-alpha.5)后,我得到以下错误。

bootstrap.js:2676 Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/)(…)

我不想使用工具提示功能,它需要tether.min.js进行引导,因此我不想添加额外的tether.min.js。

在不添加ther.min.js的情况下是否可以使用bootstrap 4 ?

根据https://github.com/twbs/bootstrap/issues/18732#issuecomment-168243561,您将不得不手动排除tooltip.js,并可能构建一个新的bootstrap.js的缩小版本,以便在不包括ther.min.js的情况下摆脱此错误。