ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

Results 675 ant-design-vue issues
Sort by recently updated
recently updated
newest added
trafficstars

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 选项后加自定义图标实现自定义功能如播放暂停。查看详情等 ### What does the...

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Vue Internationalization does not have...

Feature Request

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://redirect.github.com/evanw/esbuild) | [`~0.12.29` -> `~0.25.0`](https://renovatebot.com/diffs/npm/esbuild/0.12.29/0.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`^0.22.0` -> `^0.30.0`](https://renovatebot.com/diffs/npm/axios/0.22.0/0.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [marked](https://marked.js.org) ([source](https://redirect.github.com/markedjs/marked)) | [`0.3.18` -> `15.0.12`](https://renovatebot.com/diffs/npm/marked/0.3.18/15.0.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/15.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

在某些情况下,Select会显示字母A;给-selector:after加上了visibility:hidden;样式 如下所示: .ant-select-multiple .ant-select-selector:after { content: " "; display: inline-block; line-height: 24px; margin: 2px 0; width: 0 }

3.x

- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.6 ### Environment 所有浏览器 ### Reproduction link [https://github.com/vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue) ###...

现在的组件使用的时候有两种方式,自动导入与手动导入; 但手动导入需要在导入的时候重新命名,如: ``` import { Form as AForm } from ''ant-design-vue' ``` 不如此使用的话,小写使用就会与关键字冲突,所以我在库的内部改变了每个组件导出的名字,自动导入或全局注册会造成组件无法读取到声明,开发过程中这样很难通过组件直接转入到组件声明文件