diff --git a/docs/rules/index.md b/docs/rules/index.md index 188a9668a..08b26b87b 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -233,7 +233,7 @@ For example: | [vue/no-deprecated-model-definition] | disallow deprecated `model` definition (in Vue.js 3.0.0+) | :bulb: | :warning: | | [vue/no-duplicate-attr-inheritance] | enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"` | | :hammer: | | [vue/no-empty-component-block] | disallow the `