Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ';' is ...

Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ';' is not a valid attribute name."    

在nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ';'不是一个有效的属性名。"

就在些项目的过程中发现一个 bug 在跳转路由的过程中发现一个问题 就是上面的哪一行报错  

解决办法  在html 行间样式中多写了 “ ; ”导致报错  

你可能感兴趣的:(Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ';' is ...)