【发布时间】:2017-03-27 22:10:20
【问题描述】:
添加 Bootstrap (v4.0.0-alpha.5) 后出现以下错误。
bootstrap.js:2676 Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/)(…)
我不想使用需要 tether.min.js 进行引导的工具提示功能,因此我不想添加额外的 tether.min.js。
有没有在不添加 tether.min.js 的情况下使用 bootstrap 4 的方法?
【问题讨论】:
标签: javascript jquery twitter-bootstrap