From b4e625ae8b2754c516a965cfda103636a8433a9d Mon Sep 17 00:00:00 2001 From: 3santiago3 <531151310@qq.com> Date: Fri, 8 Feb 2019 11:22:01 +0800 Subject: [PATCH] Fix spelling mistake Change v-if-else into v-else-if --- docs/rules/valid-v-else.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules/valid-v-else.md b/docs/rules/valid-v-else.md index c632ca1e0..3dcd4bb13 100644 --- a/docs/rules/valid-v-else.md +++ b/docs/rules/valid-v-else.md @@ -18,8 +18,8 @@ This rule reports `v-else` directives in the following cases: - The directive has that argument. E.g. `
` - The directive has that modifier. E.g. `
` - The directive has that attribute value. E.g. `
` -- The directive is on the elements that the previous element don't have `v-if`/`v-if-else` directives. E.g. `
` -- The directive is on the elements which have `v-if`/`v-if-else` directives. E.g. `
` +- The directive is on the elements that the previous element don't have `v-if`/`v-else-if` directives. E.g. `
` +- The directive is on the elements which have `v-if`/`v-else-if` directives. E.g. `
`