From bd13174c22eab0e0aa8d8d0a1e4f7cb82b9dbdd1 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 22 Apr 2022 11:33:48 +0200 Subject: [PATCH] Fix interactive docs for `vue/match-component-import-name` (#1862) --- docs/rules/match-component-import-name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/match-component-import-name.md b/docs/rules/match-component-import-name.md index 7abf7eca1..fd88f9ff2 100644 --- a/docs/rules/match-component-import-name.md +++ b/docs/rules/match-component-import-name.md @@ -13,7 +13,7 @@ since: v8.7.0 By default, this rule will validate that the imported name matches the name of the components object property identifer. Note that "matches" means that the imported name matches either the PascalCase or kebab-case version of the components object property identifer. If you would like to enforce that it must match only one of PascalCase or kebab-case, use this rule in conjunction with the rule [vue/component-definition-name-casing](./component-definition-name-casing.md). - + ```vue