Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export default {
### Hint Error
Use `error-info` prop to set error message. For example, a password error is prompted when entering 6 bits
Use `error-info` prop to set error message. For example, a password error is prompted when entering 6 bits.
```html
<!-- PasswordInput -->
+2 -2
View File
@@ -2,7 +2,7 @@
### 介绍
带网格的输入框组件,可以用于输入支付密码、短信验证码等,通常与[数字键盘](#/zh-CN/number-keyboard)组件配合使用
带网格的输入框组件,可以用于输入支付密码、短信验证码等,通常与[数字键盘](#/zh-CN/number-keyboard)组件配合使用
### 引入
@@ -80,7 +80,7 @@ export default {
### 错误提示
通过`error-info`属性可以设置错误提示信息,例如当输入六位时提示密码错误
通过 `error-info` 属性可以设置错误提示信息,例如当输入六位时提示密码错误
```html
<!-- 密码输入框 -->