-
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
视觉效果更好,体验…
-
因为客户更喜欢点一个菜单加一个标签页,点一个菜单加一个标签页,(重复的不出).
这样工作时就可以来回切比较方便.
并且可以有类似"除此之外全部关闭"之类的快速关闭方法.
不知道改动起来需要改动哪些地方(希望能够可以简单提些思路)
不过这样做的话好像就不能用url的router映射了吧?
刚开始学.不太清楚.望斧正. 感谢
-
- [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 doe…
-
I wanted to open this as a discussion point for the next "big issue" we see affecting the SAFE template: the increasing cost and complexity of maintaining it. This affects the project in a number of w…
-
根据 [Vant 2020 年上半年开发计划](https://github.com/youzan/vant/issues/5565) 中对 Picker 的意见整理如下:
### 这个功能解决了什么问题
#### 表单场景的使用过于复杂
目前要在表单当中使用 Picker ,参考[官方示例](https://youzan.github.io/vant/#/zh-CN/picke…
-
### 说明
最近 AntD 4 的 rc.1 版本已经出了,面向未来的话,我们一定会遇到不同的子应用运行的 UI 框架大版本不同的情况,如:
- A 运行了 AntD 3
- B 运行了 AntD 4
甚至在一些要求框架不相关的场景下,C 还有可能跑着 AntD Vue,这就可能会导致 css 样式不兼容。刚刚还看到 2.0 会支持官方支持同一页面运行不同实例,那这个问题就显得更重要…
-
**我确认我已经阅读了** (使用 "x" 选择)
- [x] [项目 Wiki ](https://github.com/NimaQu/ss-panel-v3-mod_Uim/wiki)
- [x] [项目其他 issue](https://github.com/NimaQu/ss-panel-v3-mod_Uim/issues?utf8=%E2%9C%93&q=is%3Aissue)
…
-
import Vue from 'vue';
import { Button,Form } from 'vue-antd-ui';
Vue.component(Button.name, Button);
Vue.component(Form.name, Form);
Vue.component(Form.Item.name, Form.Item);
复制运行了登录的demo。
-
- [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
1.1.0-b…
-
### (必填)请填写问题描述 Describe the bug
按照官方文档,局部format是正常的。但是全局format的mixin会发现
formatSex (**{ cellValue }**) {
**console.log(cellValue) //得到的是undefined**
return cellValue ? (cellValue === '1' ? …