unplugin/unplugin-vue-components

support auto import of kebab-case tsx component

Pursuit01 opened this issue · 1 comments

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.
image

config:
image

component define:
image

usage:
image

Alternative

No response

Additional context

No response

Validations

done! my fault