-
- Notifications
You must be signed in to change notification settings - Fork 44
Closed
cvtung/4N-powerful-blog-template
#42Description
Describe the bug
When adding a component with file LMap.js the infered name is (correct) LMap. But the kebab-case name in the .nuxt/components/readme.md is not correct in this example I get
- `<LMap>` | `<lmap>` (correct/path/to/file) I would expect l-map to be the kebab case.
This is only a mistake in the readme file. The component can be used with l-map.
To Reproduce
Add a Component with filename e.g. LMap.js.
Expected behavior
Correct kebab-case in the .nuxt/components/readme.md file
Additional context
Only the readme file has this problem. At runtime evrything works.
Metadata
Metadata
Assignees
Labels
No labels