#9038, add el-input tabindex props

This commit is contained in:
dicklwm
2017-12-28 10:58:47 +08:00
committed by 杨奕
parent 71f2b31b24
commit 79a4ac29af
4 changed files with 7 additions and 1 deletions

View File

@@ -820,6 +820,7 @@ export default {
| autofocus | 原生属性,自动获取焦点 | boolean | true, false | false |
| form | 原生属性 | string | — | — |
| label | 输入框关联的label文字 | string | — | — |
| tabindex | 输入框的tabindex | string | - | - |
### Input slots
| name | 说明 |