mirror of https://github.com/vuejs/core.git
types(runtime-dom): fix typo in jsx type autosave (#5638)
This commit is contained in:
parent
908ffb4fd4
commit
181872f744
|
@ -276,7 +276,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
|
||||||
// Non-standard Attributes
|
// Non-standard Attributes
|
||||||
autocapitalize?: string
|
autocapitalize?: string
|
||||||
autocorrect?: string
|
autocorrect?: string
|
||||||
autocave?: string
|
autosave?: string
|
||||||
color?: string
|
color?: string
|
||||||
itemprop?: string
|
itemprop?: string
|
||||||
itemscope?: Booleanish
|
itemscope?: Booleanish
|
||||||
|
|
Loading…
Reference in New Issue