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

菜单名称过长导致 文字显示不完 ,如何更改左侧菜单宽度呢 ![image](https://user-images.githubusercontent.com/34115313/105791534-3ce68800-5fc1-11eb-857c-f79a34accce8.png)

question

**Question (问题描述)** antd的button在点击时,正常是有水波纹效果的,可是为什么这个系统里没有?是做了样式覆盖还是别的原因呢?更新了最新版本的antd问题依然存在,烦请作者看到能给个答复,在此谢谢了。 **Describe the solution you'd like (你期待的是什么?)** 能有水波纹效果 **Additional context(附加信息)**

question

**Describe the bug (描述 Bug)** ant-design-vue 的 Button在点击的时候是有一个水波动画效果的,但是在这框架里面没有了 **Expected behavior(你期待的是什么?)** 哪里可以设置这个吗? **Screenshots(截图)** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g....

**Question (问题描述)** How to use component `s-table` paging **Describe the solution you'd like (你期待的是什么?)** A clear and concise description of what you want to happen. **Additional context(附加信息)** Add any other...

question

![image](https://user-images.githubusercontent.com/24424956/108968306-94107300-76bb-11eb-8c1d-cca6c55dba2c.png) 是否可以隐藏‘整体风格设置’、‘导航模式’、‘其他设置’,只保留主题色

question

**Describe the bug (描述 Bug)** css重复打包 ![image](https://user-images.githubusercontent.com/20377280/110060580-17f3ea80-7da1-11eb-95e7-48df5f047587.png) **To Reproduce (重现步骤)** Steps to reproduce the behavior: 1. 进入 https://preview.pro.antdv.com/dashboard/workplace 2. 打开控制台,查看body的css样式 **Expected behavior(你期待的是什么?)** body的没有重复的css样式

**Question (问题描述)** 我仿照着极客时间Vue开发实战36课唐金洲老师的讲课试图根据路由渲染菜单,但菜单渲染不出来,浏览器报错`TypeError: Invalid attempt to spread non-iterable instance`,具体出错点是在Array.forEach ()方法上(见下面SiderMenu.vue中的注释)。 我已与geektime分支[email protected]的代码比对过,并未发现有什么大的问题,浏览器断点调试有发现getMenuData函数中的this为`undefined`, 返回的menuData有数组元素,如下 menuData: Array(2) 0: {path: "/dashboard", name: "dashboard", meta: {…}, component: {…}, children: undefined} 1: {path: "/form", name: "form",...

question

![image](https://user-images.githubusercontent.com/70009881/107148673-7a6aee00-698f-11eb-9b78-31f7c6303d51.png) ![image](https://user-images.githubusercontent.com/70009881/107148699-9a021680-698f-11eb-9108-12b143410c4c.png) 采用的是 第二种 后台返回的数据 动态菜单控制权限! ![image](https://user-images.githubusercontent.com/70009881/107148730-c87ff180-698f-11eb-8d2f-d6acf0e0b1c0.png) 如图显示 路由已经改变 但是 组件并没有更新! **Describe the solution you'd like (你期待的是什么?)** 我希望 路由改变 能正确的加载 页面组件 **Additional context(附加信息)**

question