-
-
Notifications
You must be signed in to change notification settings - Fork 859
Labels
A-ParserArea: parserArea: parserL-HTMLLanguage: HTML and super languagesLanguage: HTML and super languages
Description
Description
Vue's v-for directive has specific syntax that it uses in it's initializer.
<li v-for="item in items">
{{ item.message }}
</li>The HTML parser currently treats what's in the quotes as a generic string. However, some lint rules (like valid-v-for) require inspecting the contents of this string for better analysis.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
A-ParserArea: parserArea: parserL-HTMLLanguage: HTML and super languagesLanguage: HTML and super languages