我正在对WebStorm中的项目进行代码分析。这个聚合物模板工作正常,据我所知,根据文档是正确的,但webstorm不断在dom-if
部分发出以下警告:
属性值错误
代码:
<template is="dom-if" if="{{showspark}}">
<div class="box-body text-center" style="padding-top:10px;">
<span id="sline">
</span>
</div>
</template>
它提供的唯一办法是注入语言或参考:
如何让这个警告消失?
答案 0 :(得分:2)
请投票通过WEB-23586以获得有关此问题的任何进展的通知。不幸的是,这个错误无法被抑制;摆脱它的唯一方法是使用右下角的Hector图标将突出显示级别设置为<None>
:在编辑器中打开.html文件,单击Hector图标,然后将滑块移动到左侧。见http://www.jetbrains.com/webstorm/webhelp/changing-highlighting-level-for-the-current-file.html