We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c4dd2 commit 837ead4Copy full SHA for 837ead4
docs/rules/no-reserved-component-names.md
@@ -81,7 +81,7 @@ export default {
81
82
```vue
83
<script>
84
-/* ✗ GOOD */
+/* ✓ GOOD */
85
export default {
86
name: 'Button'
87
}
0 commit comments