All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
There should not be name collisions between Vue components, standard HTML elements and built-in components.
<script> export default { name: 'div' } </script>
<script> export default { name: 'CustomNameApartFromReserverdName' } </script>