From b9b5186534e60e2b8af114b84c845a3400f24241 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Thu, 22 Jun 2023 14:53:19 +0200 Subject: [PATCH 1/3] Improve `vue/no-use-v-if-with-v-for` description --- docs/rules/index.md | 2 +- docs/rules/no-use-v-if-with-v-for.md | 4 ++-- lib/rules/no-use-v-if-with-v-for.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index c2093a8c4..4957d760d 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -87,7 +87,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue | [vue/no-unused-components](./no-unused-components.md) | disallow registering components that are not used inside templates | | :three::two::hammer: | | [vue/no-unused-vars](./no-unused-vars.md) | disallow unused variable definitions of v-for directives or scope attributes | :bulb: | :three::two::hammer: | | [vue/no-use-computed-property-like-method](./no-use-computed-property-like-method.md) | disallow use computed property like method | | :three::two::warning: | -| [vue/no-use-v-if-with-v-for](./no-use-v-if-with-v-for.md) | disallow use v-if on the same element as v-for | | :three::two::hammer: | +| [vue/no-use-v-if-with-v-for](./no-use-v-if-with-v-for.md) | disallow using `v-if` on the same element as `v-for` | | :three::two::hammer: | | [vue/no-useless-template-attributes](./no-useless-template-attributes.md) | disallow useless attribute on `