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

👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro! (vue2)

Results 161 ant-design-vue-pro issues
Sort by recently updated
recently updated
newest added

**Question (问题描述)** 在页面中更改ant-layout-content的颜色,使用了样式穿透但是不生效

question

具误为体错Proxy error: Could not proxy request /code from localhost:8000 to http://xx.xx.xxx.xxx:8003 (ECONNREFUSED).

question

面包屑可以不让跳转吗?

question

**Question (问题描述)** 设置子目录问题。vue设置publicPath: '/app/',其他资源都能访问到,使用app/*,但是有关于主题设置的theme-colors-[hash:8].css,这个文件路径仍不带app/,报404 **Describe the solution you'd like (你期待的是什么?)** 如何使theme-colors-[hash:8].css设置的目录不变,但访问时加上 app/ **Additional context(附加信息)** 设置子目录问题

question

**Describe the bug (描述 Bug)** A clear and concise description of what the bug is. **To Reproduce (重现步骤)** Steps to reproduce the behavior: 1. Go to '...' 2. Click on...

bug :bug:
help wanted

* 拉取最新的master代码,然后开启multiTab,控制台抛错:NavigationDuplicated: Avoided redundant navigation to current location ##### multiTab的配置如下 ``` 在 src/layouts/basiclayout.vue里 前添加 然后引入组件 import MultiTab from '@/components/MultiTab' components: { SettingDrawer, RightContent, GlobalFooter, MultiTab//ADD it }, .......... computed: {...

**Describe the bug (描述 Bug)** 发送put接口然后报错 ![image](https://user-images.githubusercontent.com/32888522/121626679-78817a80-caa8-11eb-86c5-eaf8dc8bf5ac.png) ![image](https://user-images.githubusercontent.com/32888522/121626707-86cf9680-caa8-11eb-9c5d-f4f06fb82b7a.png) ![image](https://user-images.githubusercontent.com/32888522/121626725-8e8f3b00-caa8-11eb-94a2-a6c256193f65.png) ![image](https://user-images.githubusercontent.com/32888522/121626757-9fd84780-caa8-11eb-9cae-b4c06b204b3d.png)

**Question (问题描述)** 我用了this.$dialog组件去显示一个组件,用footer: ''去掉了modal的底部显示,我如何在组件里通过事件去关闭this.$dialog打开的modal呢? **Describe the solution you'd like (你期待的是什么?)** 如何在组件里通过事件去关闭this.$dialog打开的modal呢? 感谢!

question

**Question (问题描述)** ant-pro 封装的$dialog,无法获取国际化相关的信息,一直默认英文 **Describe the solution you'd like (你期待的是什么?)** 获取国际化的内容 **Additional context(附加信息)** Add any other context or screenshots about the feature request here.

question

**Question (问题描述)** $dialog出来的东西,不支持全局配置的国际化,也设置了parentContext属性,但是并不好使 **Describe the solution you'd like (你期待的是什么?)** $dialog这种方式弹出来的东西,如何编写代码,才可以让其支持国际化。还是说现在这种方式弹出的暂不支持在dialog层面设置国际化? **Additional context(附加信息)** `this.$dialog(FileList, { on: { } }, { parentContext: self, title: '请选择文件', okText: '确认', cancelText: '取消', width: '70%', centered:...

question