-
Notifications
You must be signed in to change notification settings - Fork 10
Truncated element names that contains hyphen as Vuetify widgets #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you willing to send a PR with the fix or a failing test? |
Trying to prepare a failing test, but outside my application, the tool simply hangs. Is there a way to understand what is missing in my test? |
All the tests follows more or less the same pattern. |
Here is my example (rename it to About.vue): |
Thanks. It should be fixed in 0.67.0 Let's slap into the code! |
Sorry, the problem is still in 0.67.0
|
Ah really? My test case passed. |
This is the complete file that generates the error: |
Sorry sorry! I updated vue-mess-detector on the wrong application. Indeed it works perfectly. |
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:
A vue file containing:
Expected behavior
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:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: