-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If the element in the template part of a .vue file contains an hyphen, the error message shows only the first part of the element name. This happens with Vuetify widgets that have names like v-dialog
To Reproduce
Steps to reproduce the behavior:
- What is the exact code you are analyzing?
A vue file containing:
<template>
<v-dialog v-model="isOpen" width="26rem">
</v-dialog>
</template>
- What is the output you are getting?
- vue-strong ~ multi-attribute elements
src\components\About.vue
👉 Elements with multiple attributes should span multiple lines, with one attribute per line.
Element <v> should have its attributes on separate lines 🚨
Expected behavior
Element <v-dialog> should have its attributes on separate lines 🚨
Screenshots
If applicable, add screenshots to help explain your problem.
Used version number of vue-mess-detector:
0.66.0
Used version number of node & npm:
- node: 23.4.0
- npm: 11.0.0
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working