parent
8370118c13
commit
93949ed20a
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -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
Block a user