vue 项目遇到的一个bug
gooooooogel了一下,有些回答是说,html文件中多写一些不必要的字符会报这个错误。排查之后,我这边的问题是因为vue属性的内容不能为数字
报错信息:Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '6' is not a valid attribute name."
vue 项目遇到的一个bug
gooooooogel了一下,有些回答是说,html文件中多写一些不必要的字符会报这个错误。排查之后,我这边的问题是因为vue属性的内容不能为数字
报错信息:Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '6' is not a valid attribute name."