ant-design-vue-pro
ant-design-vue-pro copied to clipboard
👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! (vue2)
**Question (问题描述)** 请问封装好的Dialog 如何传值 **Describe the solution you'd like (你期待的是什么?)** 我想把组件中得值,在我点击dialog确定得时候传过来 **Additional context(附加信息)** Add any other context or screenshots about the feature request here.
**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 (你期待的是什么?)** 在展开一个菜单项时,不收缩其他菜单
看了现在官网上的预览,也有一样的问题,在菜单【查询表格】页面,复选多条记录后,仍不显示【删除】【锁定】【批量操作】这样按钮。
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 基础,请自行组合。    
### 🐛 Bug 描述 Bug description 这是我的代码 ```vue ``` 我期望点击每个对应图表时能弹出对应的提示,在大窗口模式下没有问题,能正常运行。但是窗口缩小后descriptions组件自动转为2列时,组件内的事件触发就乱了,我点击了第二个但是提示的是第四个事件。 这个是大窗口下正常的运行  这个是小窗口下事件触发错误  我把master分支代码clone下来后在workplace页面添加上面代码测试问题依然存在 有没有其他人遇到过??
**Question (问题描述)** 3.0.0引入iconfont不生效 **Describe the solution you'd like (你期待的是什么?)** 生效   **Additional context(附加信息)** Add any other context or screenshots about the feature request here.
一个比较奇葩的需求。让左边的菜单默认全部展开子级,就算进行了点击切换,也是默认展开全部的。我使用的是Vue 希望得到帮助,我尝试了google和百度上的各种方法
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 {...