Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
waynzh committed Nov 2, 2024
1 parent e7c45c3 commit f3c4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-reserved-component-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
"vue/no-reserved-component-names": ["error", {
"disallowVueBuiltInComponents": false,
"disallowVue3BuiltInComponents": false,
"caseSensitive": false,
"htmlElementCaseSensitive": false,
}]
}
```
Expand Down

0 comments on commit f3c4dd2

Please sign in to comment.