vue注释出错:
问题:
发现在vue的template模板中使用<!-- 内容 -->进行代码注释时,<!-- 报红报错“Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<)”。
解决方案:
插件冲突,我个人是因为安装了chatgpt相关的插件。卸载即可。
发现在vue的template模板中使用<!-- 内容 -->进行代码注释时,<!-- 报红报错“Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<)”。
插件冲突,我个人是因为安装了chatgpt相关的插件。卸载即可。