diff --git a/docs/rules/README.md b/docs/rules/README.md index 684731a95..5794cc3ed 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -324,6 +324,7 @@ For example: | [vue/no-child-content](./no-child-content.md) | disallow element's child contents which would be overwritten by a directive like `v-html` or `v-text` | :bulb: | | [vue/no-duplicate-attr-inheritance](./no-duplicate-attr-inheritance.md) | enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"` | | | [vue/no-empty-component-block](./no-empty-component-block.md) | disallow the `