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

**Question (问题描述)** 请问封装好的Dialog 如何传值 **Describe the solution you'd like (你期待的是什么?)** 我想把组件中得值,在我点击dialog确定得时候传过来 **Additional context(附加信息)** Add any other context or screenshots about the feature request here.

question

**Describe the bug (描述 Bug)** src/mock/services/user.js中userInfo的role是对象不是数组 **To Reproduce (重现步骤)** src/mock/services/user.js中userInfo的role是对象不是数组 src/store/modules/user.js中把对象赋值给了数组 src/permission.js中router.beforeEach中判断的是数组的长度store.getters.roles.length === 0

**Question (问题描述)** 现在展开一个菜单项时,其他同级的菜单就被收缩了。 **Describe the solution you'd like (你期待的是什么?)** 在展开一个菜单项时,不收缩其他菜单

question

看了现在官网上的预览,也有一样的问题,在菜单【查询表格】页面,复选多条记录后,仍不显示【删除】【锁定】【批量操作】这样按钮。

Now, you can use `pro-layout` to develop vue3 project look examples [Preview Pro](https://github.com/sendya/preview-pro) and [pro-layout](https://github.com/vueComponent/pro-layout) > 不会发布 pro vue3 版本,只提供 ProLayout vue3 基础,请自行组合。 ![26-8-2021_13249_localhost](https://user-images.githubusercontent.com/5404542/131095777-f12ad1c0-c777-4d5c-bcaf-fc59725eee70.jpeg) ![26-8-2021_13155_localhost](https://user-images.githubusercontent.com/5404542/131095785-8b326ba0-1f40-41a6-b5a7-170bcae51eb3.jpeg) ![26-8-2021_13038_localhost](https://user-images.githubusercontent.com/5404542/131095787-6e7eae75-6a0b-479d-8d94-9393ac3a3d60.jpeg) ![26-8-2021_125857_localhost](https://user-images.githubusercontent.com/5404542/131095789-8cda320a-f072-4a2a-8d00-654adabb686f.jpeg)

### 🐛 Bug 描述 Bug description 这是我的代码 ```vue ``` 我期望点击每个对应图表时能弹出对应的提示,在大窗口模式下没有问题,能正常运行。但是窗口缩小后descriptions组件自动转为2列时,组件内的事件触发就乱了,我点击了第二个但是提示的是第四个事件。 这个是大窗口下正常的运行 ![ok](https://user-images.githubusercontent.com/20312535/145670043-fde0ef9c-a8b9-4591-975f-6794b7fc352f.gif) 这个是小窗口下事件触发错误 ![wrong](https://user-images.githubusercontent.com/20312535/145670066-42053dd6-c4d9-4e1f-a23a-3393da76758d.gif) 我把master分支代码clone下来后在workplace页面添加上面代码测试问题依然存在 有没有其他人遇到过??

**Question (问题描述)** 3.0.0引入iconfont不生效 **Describe the solution you'd like (你期待的是什么?)** 生效 ![企业微信截图_16152532058073](https://user-images.githubusercontent.com/42628725/110404623-25b7b180-80ba-11eb-85fc-f134519d2621.png) ![企业微信截图_16152532354716](https://user-images.githubusercontent.com/42628725/110404627-26e8de80-80ba-11eb-9a0f-dc642d1a5810.png) **Additional context(附加信息)** Add any other context or screenshots about the feature request here.

question

一个比较奇葩的需求。让左边的菜单默认全部展开子级,就算进行了点击切换,也是默认展开全部的。我使用的是Vue 希望得到帮助,我尝试了google和百度上的各种方法

question

hiddenHeaderContent字段隐藏不起作用 hideChildrenInMenu在代码中也没找到对应字段

我修改了src/permission.js文件 ` import router from './router' import store from './store' import storage from 'store' import NProgress from 'nprogress' // progress bar import '@/components/NProgress/nprogress.less' // progress bar custom style import {...

question