We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue/no-v-for-template-key
1 parent cdcf75e commit 849e969Copy full SHA for 849e969
docs/rules/no-v-for-template-key.md
@@ -18,8 +18,8 @@ This rule reports the `<template v-for>` elements which have `key` attribute.
18
In Vue.js 2.x, disallows `key` attribute on `<template>` elements.
19
20
::: warning Note
21
-Do not use with the [vue/no-v-for-template-key-on-child] rule for Vue.js 3.x.
22
-This rule conflicts with the [vue/no-v-for-template-key-on-child] rule.
+This rule is targeted at Vue.js 2.x.
+If you are using Vue.js 3.x, enable the [vue/no-v-for-template-key-on-child] rule instead. Don't enable both rules together; they are conflicting.
23
:::
24
25
<eslint-code-block :rules="{'vue/no-v-for-template-key': ['error']}">
0 commit comments