diff --git a/docs/rules/no-template-shadow.md b/docs/rules/no-template-shadow.md index 29eacacc0..9d74e1f12 100644 --- a/docs/rules/no-template-shadow.md +++ b/docs/rules/no-template-shadow.md @@ -55,7 +55,7 @@ This rule takes one optional object option, with the property `"allow"`. ```json { - "no-template-shadow": ["error", { "allow": [] }] + "vue/no-template-shadow": ["error", { "allow": [] }] } ```