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

我在基于antdv封装上层组件时,遇到如下两个问题: 1. 我无法获取到useConfigContextInject,除非使用esm导入: ```ts import { useConfigContextInject } from 'ant-design-vue/es/config-provider/context'; const { getPrefixCls, direction, csp, iconPrefixCls, theme } = useConfigContextInject(); ``` 他在esm下工作良好,但当打包umd使用cdn导入时,全局变量antd并没有暴露useConfigContextInject,我未寻找到其他获取useConfigContextInject的方式,因此希望可以antdv可以对外暴露useConfigContextInject。我尝试的暴露方式是通过ConfigProvider组件: ```tsx const { getPrefixCls, direction, csp, iconPrefixCls, theme...

- [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? When the size prop is...

- [ ] 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? when i used v3,...

- [ ] 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? SFC中Form Table Button 等组件如不重命名必须使用大写方式才能不覆盖原始标签,是否可以在组件导出的时候就为每个组件增加一个如全局注册一样的前缀;用户不使用插件且在script...

修复 #8190 Upload组件 listType="picture-card" showUploadList="false" disabled 上传按钮一直存在的bug

- [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 [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/silly-lederberg-4wnhwq)...

- [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...

- [ ] 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 win11,"vue": "^3.2.45","ant-design-vue": "^3.2.15", ### 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 4.2.6 ### Environment vue: 3.5.13 ### Reproduction link [https://github.com/jasonren0403/antdv-autocomplete-placeholder-toolong](https://github.com/jasonren0403/antdv-autocomplete-placeholder-toolong) ###...