Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66e3201

Browse filesBrowse files
authored
Fix options in docs for no-template-shadow (vuejs#2517)
1 parent 37e971a commit 66e3201
Copy full SHA for 66e3201

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/rules/no-template-shadow.md

Copy file name to clipboardExpand all lines: docs/rules/no-template-shadow.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This rule takes one optional object option, with the property `"allow"`.
5555

5656
```json
5757
{
58-
"no-template-shadow": ["error", { "allow": [] }]
58+
"vue/no-template-shadow": ["error", { "allow": [] }]
5959
}
6060
```
6161

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.