Closed tazyong closed 2 years ago
feature
master
由于 volar 对组件 props 提示不友好,需要改为大驼峰写法才能以支持,如:<AButton> 、<AInput> ...,所以需要插件支持这种写法,配合 unplugin-vue-components 插件完整支持模板方式的按需导入。
<AButton>
<AInput>
Types of changes
Background and context
Solution
How is the change tested?
Changelog
Checklist:
feature
branch and others should be submitted tomaster
branch)Other information
由于 volar 对组件 props 提示不友好,需要改为大驼峰写法才能以支持,如:
<AButton>
、<AInput>
...,所以需要插件支持这种写法,配合 unplugin-vue-components 插件完整支持模板方式的按需导入。