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. ### What problem does this feature solve? I have encountered a...

- [ ] 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 vue3 ### Reproduction link [https://www.antdv.com/components/collapse-cn#api](https://www.antdv.com/components/collapse-cn#api) ###...

- [ ] 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 chrome:135.0.7049.114,vue:3.5.13,系统:macos Sequoia 15.3.1 ### Reproduction link...

- [ ] 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 3.4.23 ### Reproduction link [![Edit...

- [ ] 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 chrome ### Reproduction link [![Edit on...

- [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? 类似于tag组件已经实现的color props 我是从其他的ui框架转来使用antdesign的,但是注意到button只有一个danger和primary,缺少了常用的success和waring。 希望可以在未来版本得到原生支持,谢谢! ###...

close https://github.com/vueComponent/ant-design-vue/issues/8076 revert 这个 commit 的部分改动,保留了 compositionStatus,不太确定这个 commit https://github.com/vueComponent/ant-design-vue/commit/82f28ce3d04b50f6b7270d731a3824a1066462fa 的背景,需要 review 一下相关影响面,感谢

- [ ] 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:3.2.36; Google Chrome Version:130.0.6723.92; ### Reproduction...

在 StyleContextProps 和相关函数中引入 layer 属性,支持样式分层。 ================================ TailwindCSS 4 开始已经使用 [CSS 分层](https://developer.mozilla.org/zh-CN/docs/Web/CSS/@layer) 来处理样式覆盖,但是 antdv 没有支持样式分层,动态创建出来的样式放置在默认匿名层。 按照规范默认匿名层具有最高优先级,这样就会造成无法使用 tailwindcss 的 class 覆盖 antdv 样式的问题(比如在button上设置 [text-xl 规则](https://tailwindcss.com/docs/font-size)) ================================ 这个功能在 Ant-Design 中已经有了,[具体可以看这里](https://ant.design/docs/react/compatible-style-cn#layer-%E6%A0%B7%E5%BC%8F%E4%BC%98%E5%85%88%E7%BA%A7%E9%99%8D%E6%9D%83)。只是简单搬运过来