diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 5cd19cc88f0..87580d7f200 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -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 {