We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When nested component's parent folder has dash (-) it gives off a wrong component name.
RoutedMessagesIdePanel: typeof import('./src/components/routed-messages/RoutedMessagesSidePanel.vue')['default']
Right now, changing the parent folder to routedMessages works
routedMessages
https://stackblitz.com/edit/vitejs-vite-vtvczj?file=components.d.ts
System: OS: Windows 11 10.0.22621 CPU: (12) x64 AMD Ryzen 5 3600 6-Core Processor Memory: 12.74 GB / 31.95 GB Binaries: Node: 16.18.1 - C:\Program Files\nodejs\node.EXE npm: 8.19.2 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Chromium (121.0.2277.128) Internet Explorer: 11.0.22621.1
npm
The text was updated successfully, but these errors were encountered:
Start a new pull request in StackBlitz Codeflow.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When nested component's parent folder has dash (-) it gives off a wrong component name.
Right now, changing the parent folder to
routedMessages
worksReproduction
https://stackblitz.com/edit/vitejs-vite-vtvczj?file=components.d.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: