arco-design / arco-plugins

Webpack / Vite plugins for Arco Design
https://arco.design
MIT License
68 stars 41 forks source link

feat: support component writing by pascal-case #24

Closed tazyong closed 2 years ago

tazyong commented 2 years ago

Types of changes

Background and context

Solution

How is the change tested?

Changelog

Changelog(CN) Changelog(EN) Related issues
支持组件大驼峰写法 support component writing by pascal-case

Checklist:

Other information

由于 volar 对组件 props 提示不友好,需要改为大驼峰写法才能以支持,如:<AButton><AInput> ...,所以需要插件支持这种写法,配合 unplugin-vue-components 插件完整支持模板方式的按需导入。