Skip to content

Commit 837ead4

Browse files
committed
feat: update docs
1 parent f3c4dd2 commit 837ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-reserved-component-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181

8282
```vue
8383
<script>
84-
/* GOOD */
84+
/* GOOD */
8585
export default {
8686
name: 'Button'
8787
}

0 commit comments

Comments
 (0)