Skip to content

v3.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mysticatea mysticatea released this 30 Jun 10:20
· 1193 commits to master since this release

Enhancements

  • 866d057 adds a new rule no-template-key. This rule disallows key attribute on <template> elements because it does not work.

Bug fixes

  • 866d057 fixed false positives of no-invalid-v-for and require-v-for-key rules. Now it checks whether child elements of <template> elements have v-bind:key attribute rather than the <template> elements.