support auto import of kebab-case tsx component
Pursuit01 opened this issue · 1 comments
Pursuit01 commented
Clear and concise description of the problem
My kebab-case tsx component in src/components
fail to use
Suggested solution
kebab-case tsx component in src/components
fail to use, and the config has contained extensions:['vue', 'tsx']
.
when i build a new component with pascal-case,the same config will be successful.
open components.d.ts file,the component has been successfully imported.
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Pursuit01 commented
done! my fault