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
|
disabled?: Booleanish
|
||||||
label?: string
|
label?: string
|
||||||
selected?: Booleanish
|
selected?: Booleanish
|
||||||
value?: string | string[] | number
|
value?: any // we support :value to be bound to anything w/ v-model
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface OutputHTMLAttributes extends HTMLAttributes {
|
export interface OutputHTMLAttributes extends HTMLAttributes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user