diff --git a/docs/rules/README.md b/docs/rules/README.md index 127a622d3..a4f8c8715 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -341,8 +341,8 @@ For example: | [vue/no-static-inline-styles](./no-static-inline-styles.md) | disallow static inline `style` attributes | | | [vue/no-template-target-blank](./no-template-target-blank.md) | disallow target="_blank" attribute without rel="noopener noreferrer" | | | [vue/no-this-in-before-route-enter](./no-this-in-before-route-enter.md) | disallow `this` usage in a `beforeRouteEnter` method | | +| [vue/no-undef-components](./no-undef-components.md) | disallow use of undefined components in `