diff --git a/docs/rules/README.md b/docs/rules/README.md index 03ce9d584..798dc10e2 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -323,6 +323,7 @@ For example: | [vue/no-boolean-default](./no-boolean-default.md) | disallow boolean defaults | :wrench: | | [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 `