v3.4.0
Pre-release
Pre-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 havev-bind:key
attribute rather than the<template>
elements.