在IE9下进行调试了, 会进入vue.js的源码
`function isDirty (elm, checkVal) {
// return true when textbox (.number and .trim) loses focus and its value is not equal to the updated value
return document.activeElement !== elm && elm.value !== checkVal
}`
就是在document.activeElement处报未指明的错误了,vue.js 2.0.3就没有该段代码, 我单独建立一个html文件,直接console.log(document.activeElement); 在本地访问,会输出null,通过struts2 的.do访问,就会报未指明的错误了。我去提个issue,看看怎么处理。
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…