unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.66k stars 341 forks source link

compoent name transfer functionallity #702

Open Shhb-Coder-1999 opened 9 months ago

Shhb-Coder-1999 commented 9 months ago

Clear and concise description of the problem

hey, in my project I faced a problem with registered component names, all my components have a .copmonent extension as a suffix (example: base-button.component.vue). I want to use only the base-button tag in the template, not the base-button.component. in summary, we need a functionality for transferring components' names.

Suggested solution

in this state, I don't have a viable solution!

Alternative

No response

Additional context

No response

Validations