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 728 ant-design-vue issues
Sort by recently updated
recently updated
newest added

fix #8408 ![动画1](https://github.com/user-attachments/assets/c5528e93-a87c-4fe1-9c9c-a00627c4a3ab)

- [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 undefined ### Environment vue: "3.4.27", ant-design-vue: "4.2.5", Google Chrome142.0.7444.61, win11...

- [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 win11 ### Reproduction link [https://codepen.io/sweetwisdom/pen/azNzOxr](https://codepen.io/sweetwisdom/pen/azNzOxr) ### Steps...

- [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 Vue 版本 ### Reproduction link [https://antdv.com/components/input-cn](https://antdv.com/components/input-cn) ###...

good first issue
docs

Fixed form methods type: (name?: NamePath) => (nameList?: NamePath[]) 1. clearValidate 2. resetFields ### 这个变动的性质是 - [ ] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 -...

## 问题描述 修复 Timeline 组件中英文文档不一致问题: - 英文文档中 `mode` 属性的默认值为 `left` - 中文文档中缺少默认值说明,显示为空白 ## 修改内容 - 在中文文档的 `mode` 属性描述中添加默认值 `left` - 保持中英文文档一致性

- [ ] 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 version 2.6.14 ### Reproduction link...

enhancement
waiting 3.0

- [ ] 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? 4.0版本dynamicCss的updateCss逻辑会复用已存在节点进行css样式更新,如果mark节点已经存在且existNode.innerHTML !== css,则就地复用existNode并将innerHTML赋值为css。 ```javascript...