diff --git a/docs/rules/index.md b/docs/rules/index.md index f170f8031..4fea47058 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -233,6 +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 `