mand-mobile icon indicating copy to clipboard operation
mand-mobile copied to clipboard

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.

Results 81 mand-mobile issues
Sort by recently updated
recently updated
newest added

#### Mand Mobile Version 2.4.1 #### Vue Version 2.6.1 #### Model / OS & Browser Info all #### Recurring Steps ``` setTimeout(() => { this.$_showPopupBox() }, 50) ``` 在50ms内如果再次触发的时候就会导致第二次的loadding处于无法关闭状态 ####...

bug
@Components

一个页面有多个ImageReader的情况下,无论操作哪一个ImageReader永远只触发最后一个ImageReader中的事件。

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

### What problem does this feature solve? 表现:通过 @vue/cli 4.x 创建的项目,由于配套的 babel preset 内置了 Babel7,导致我们使用 mand-mobile 最新版的时候也无法正常使用一些组件属性和方法,比如使用 `md-swiper` 中的 `@before-change` 无法在 jsx 正常使用。 ### What does the proposed API look...

国际化支持 怎么使用呢?帮忙解答一下

## 提交PR前 * 请认真阅读[开发指南](https://didi.github.io/mand-mobile/#/zh-CN/docs/development) * fork **dev分支** * 按照规范命名分支 * 需通过测试 * 提交PR至**dev分支** ## 创建PR * 标题规则:type(scope):description,参考[规范](https://didi.github.io/mand-mobile/#/zh-CN/docs/development?anchor=Commit%E8%A7%84%E8%8C%83) * 内容描述,参考"PR 内容区" ## 请把以上内容删除,并填写以下内容!!! ### 背景描述 ### 主要改动 ### 需要注意

![image](https://user-images.githubusercontent.com/21363757/104539897-6dd9cb00-5659-11eb-9d73-2192aff1adbf.png) 下拉框多选模式下进行选择,首个为空,看了一下这里使用concat时候没有做判断处理,因为默认值为空,直接 concat 导致的 ![image](https://user-images.githubusercontent.com/21363757/104539951-8518b880-5659-11eb-8c62-04d556777e57.png)

question

### What problem does this feature solve? 拍照人脸识别 ### What does the proposed API look like? 自定义参数设置

feature
@Components

DatePicker组件希望加上秒的选择

discuss
@Components