我正在使用Materializecss的v1.0.0-alpha.1版本,并且在IE11中初始化模式时遇到了麻烦。它给出错误 - 参数不是可选的
当我在What is the difference between AddMvc() and AddMvcCore()?页面访问此处的文档时,它也显示相同的错误,并且模式无法正常工作。请参阅下面的屏幕截图 -
http://next.materializecss.com/modals.html
浏览器 - Internet Explorer版本11.726.15063.0
答案 0 :(得分:0)
这个bug也出现在alpha 2版本中。但是我得到了解决方法,直到这个正式修复。
制作material.js文件的副本并找到
implementation.createHTMLDocument()
替换为
implementation.createHTMLDocument(null)