diff --git a/docs/rules/README.md b/docs/rules/README.md index d00e5478b..cb65b19ac 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -300,6 +300,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 `