【发布时间】:2018-04-25 18:26:59
【问题描述】:
刚刚将我们的应用从 Bootstrap 4.0 更新到 4.1
现在,以前运行良好的 Modals 将无法启动 - 例如
$('#PopupModalData').modal();
在 IE 11 中失败(还不能用其他浏览器测试)
Error: Object.keys: argument is not an Object
有什么想法吗?
【问题讨论】:
标签: bootstrap-4
刚刚将我们的应用从 Bootstrap 4.0 更新到 4.1
现在,以前运行良好的 Modals 将无法启动 - 例如
$('#PopupModalData').modal();
在 IE 11 中失败(还不能用其他浏览器测试)
Error: Object.keys: argument is not an Object
有什么想法吗?
【问题讨论】:
标签: bootstrap-4
【讨论】:
尝试使用 Bootstrap 4.1.2 补丁https://github.com/twbs/bootstrap
dist/css/bootstrap.min.css
dist/js/bootstrap.min.js
作为源文件,它适用于我的应用程序。
【讨论】: