-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
non common part of path prefix is omitted #175
Comments
Just to clarify, your expected behavior for |
Yes, correct. I also fixed the typo. |
From your edited comment, seems expected is |
I had a similar problem. The component was located at |
This is still very much on my radar, I will try to test out the PR next week. |
Describe the bug
Some components are being incorrectly named:
To Reproduce
Steps to reproduce the behaviour:
git clone https://github.com/druxt/demo.druxtjs.org.git
components/druxt/field/NumberIntegerFieldNumberOfServings.vue
tocomponents/druxt/field/number/integer/FieldNumberOfServings.vue
.nuxt/components/readme.md
Expected behaviour
The file located at
components/druxt/field/number/integer/FieldNumberOfServings.vue
should be namedDruxtFieldNumberIntegerFieldNumberOfServings
Screenshots
N/A
Additional context
A few of my components for comparison.
Note that
number/integer
appears to be a potential lead.The text was updated successfully, but these errors were encountered: