arco-design / arco-plugins

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

feat(plugin-vite-vue): Support auto import in template #34

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 auto import in template Close #32
支持所有组件导入 Support import of all components Close #32
优化组件样式导入逻辑 Optimize component style import logic Close #32

Checklist:

Other information

jinghm318 commented 2 years ago

@tazyong @flsion 有两个问题

1、不支持 <A-TimePicker /> <A-Time-Picker /> 这样的写法 【这个在之前的版本中也是个bug,需要修改下组件名称的正则转换】 2、不能兼容之前的组件库版本【3月份之前的版本是没有 component.ts的】

tazyong commented 2 years ago

@tazyong @flsion 有两个问题

1、不支持 <A-TimePicker /> <A-Time-Picker /> 这样的写法 【这个在之前的版本中也是个bug,需要修改下组件名称的正则转换】 2、不能兼容之前的组件库版本【3月份之前的版本是没有 component.ts的】

@jinghm318 我们转至新的 PR 里讨论吧 #35