We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e971a commit 66e3201Copy full SHA for 66e3201
docs/rules/no-template-shadow.md
@@ -55,7 +55,7 @@ This rule takes one optional object option, with the property `"allow"`.
55
56
```json
57
{
58
- "no-template-shadow": ["error", { "allow": [] }]
+ "vue/no-template-shadow": ["error", { "allow": [] }]
59
}
60
```
61
0 commit comments