mirror of https://github.com/vuejs/core.git
fix(types/jsx): llow tabindex to be a string (#3476)
This commit is contained in:
parent
c8aed13711
commit
e4a5712a33
|
@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
|
|||
lang?: string
|
||||
placeholder?: string
|
||||
spellcheck?: Booleanish
|
||||
tabindex?: number
|
||||
tabindex?: number | string
|
||||
title?: string
|
||||
translate?: 'yes' | 'no'
|
||||
|
||||
|
|
Loading…
Reference in New Issue