mirror of https://github.com/vuejs/core.git
parent
8370118c13
commit
93949ed20a
|
@ -584,7 +584,7 @@ export interface OptionHTMLAttributes extends HTMLAttributes {
|
|||
disabled?: Booleanish
|
||||
label?: string
|
||||
selected?: Booleanish
|
||||
value?: string | string[] | number
|
||||
value?: any // we support :value to be bound to anything w/ v-model
|
||||
}
|
||||
|
||||
export interface OutputHTMLAttributes extends HTMLAttributes {
|
||||
|
|
Loading…
Reference in New Issue