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
|
||||
autocapitalize?: string
|
||||
autocorrect?: string
|
||||
autocave?: string
|
||||
autosave?: string
|
||||
color?: string
|
||||
itemprop?: string
|
||||
itemscope?: Booleanish
|
||||
|
|
Loading…
Reference in New Issue