diff --git a/docs/rules/README.md b/docs/rules/README.md index dfb0a2a47..9798e7778 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -73,6 +73,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-on-child](./no-v-for-template-key-on-child.md) | disallow key of `