- h<K>(type, children?): VNode
Type Parameters
- K extends keyof HTMLElementTagNameMap
Parameters
- type: K
Optionalchildren: RawChildren
- h<K>(type, props?, children?): VNode
Type Parameters
- K extends keyof HTMLElementTagNameMap
Parameters
- type: K
Optionalprops: null | VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & HTMLElementEventHandlerOptionalchildren: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: string
Optionalchildren: RawChildren
- h(type, props?, children?): VNode
Parameters
- type: string
Optionalprops: null | RawPropsOptionalchildren: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: typeof Text | typeof Comment
Optionalchildren: string | number | boolean
- h(type, props?, children?): VNode
Parameters
- type: typeof Text | typeof Comment
Optionalprops: nullOptionalchildren: string | number | boolean
- h(type, children?): VNode
- h(type, props?, children?): VNode
- h(type, props, children): VNode
- h(type, children?): VNode
- h(type, props?, children?): VNode
- h<P, E, S>(type, props?, children?): VNode
Type Parameters
- P
- E extends EmitsOptions = {}
- S extends Record<string, any> = any
Parameters
- type: FunctionalComponent<P, any, S, any>
Optionalprops: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optionalchildren: RawChildren | IfAny<S, RawSlots, S>
- h(type, children?): VNode
- h<P>(type, children?): VNode
- h<P>(type, props?, children?): VNode
- h<P>(type, props?, children?): VNode
- h<P>(type, props?, children?): VNode
Parameters
- type: ComponentOptions<P, any, any, any, any, any, any, any, string, {}, {}, string, {}, {}, {}, string, ComponentProvideOptions>
Optionalprops: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optionalchildren: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: Constructor<any>
Optionalchildren: RawChildren
- h<P>(type, props?, children?): VNode
Parameters
- type: Constructor<P>
Optionalprops: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optionalchildren: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
Optionalchildren: RawChildren
- h<P>(type, props?, children?): VNode
Parameters
- type: DefineComponent<P, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<P extends ComponentPropsOptions<Data>
? ExtractPropTypes<P<P>>
: P>, ExtractDefaultPropTypes<P>, {}, {}, {}, string, ComponentProvideOptions, true, {}, any> Optionalprops: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optionalchildren: RawSlots | RawChildren
- h(type, children?): VNode
- h<P>(type, props?, children?): VNode
Parameters
- type: string | Component<P, any, any, ComputedOptions, MethodOptions, {}, any>
Optionalprops: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optionalchildren: RawSlots | RawChildren