diff --git a/docs/rules/README.md b/docs/rules/README.md index 63d538e47..dfb0a2a47 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -187,6 +187,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | [vue/no-unused-components](./no-unused-components.md) | disallow registering components that are not used inside templates | | | [vue/no-unused-vars](./no-unused-vars.md) | disallow unused variable definitions of v-for directives or scope attributes | | | [vue/no-use-v-if-with-v-for](./no-use-v-if-with-v-for.md) | disallow use v-if on the same element as v-for | | +| [vue/no-v-for-template-key](./no-v-for-template-key.md) | disallow `key` attribute on `