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

- [ ] 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 1.7.7 ### Environment Windows10, Chrome 102.0.5005.115, Vue 2.6.14 ###...

1.x

First of all, thank you for your contribution! 😄 New feature please send pull request to feature branch, and rest to master branch. Pull request will be merged after one...

enhancement

- [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? 在不使用less情况下,如果使用了css引入样式, 无法自定义字体大小,希望在ConfigProvider 组件中开发配置来设置 字体大小 ###...

No Accept

First of all, thank you for your contribution! 😄 New feature please send pull request to feature branch, and rest to master branch. Pull request will be merged after one...

- [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 1.7.7 ### Environment vue:2.5.17 ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-antd-template-forked-1i3z5j?file=/src/App.vue)...

1.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 3.2.6 ### Environment vue version 3.2.36 ### Reproduction link...

- [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 3.2.9 ### Environment windows10、Google Chrome 103.0.5060.66、Vue3.2.37 ### Reproduction link [https://stackblitz.com/edit/vue-hv9bw1?file=src%2FApp.vue,src%2Fcomponents%2FHelloWorld.vue](https://stackblitz.com/edit/vue-hv9bw1?file=src%2FApp.vue,src%2Fcomponents%2FHelloWorld.vue)...

首先,感谢你的贡献! 😄 新特性请提交至 feature 分支,其余可提交至 master 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~ [[[English Template / 英文模板](https://github.com/vueComponent/ant-design-vue/compare/main...wuyadan:ant-design-vue:main?expand=1)](?expand=1)] ### 这个变动的性质是 - [x] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 -...

### This is a ... Bug fix ### What's the background? typography 组件中copy按钮事件冒泡至整个文本,导致如果在文本上自定义点击响应时,触发重复的问题 ### API Realization (Optional if not new feature) function onCopyClick(e: MouseEvent) { e.preventDefault(); e.stopPropagation(); } onCopyClick中阻止事件冒泡 ###...

- [ ] 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 3.2.6 ### Environment "ant-design-vue": "^3.2.9" "vue": "^3.0.0", ### Reproduction...