unplugin / unplugin-vue-components

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

fix(utils): collapse prefixes in PascalCase name #744

Closed waynzh closed 2 months ago

waynzh commented 3 months ago

Description

collapseSamePrefixes should directly count the PascalCased name's length instead of kebab-cased one.

Linked Issues

fixes #738

Additional context

stackblitz[bot] commented 3 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

damienroche commented 3 months ago

@antfu any update about this PR ?

KarmaBlackshaw commented 2 months ago

@antfu can you have a look at this?