- h<K>(type, children?): VNode
Type Parameters
- K extends keyof HTMLElementTagNameMap
Parameters
- type: K
Optional
children: RawChildren
- h<K>(type, props?, children?): VNode
Type Parameters
- K extends keyof HTMLElementTagNameMap
Parameters
- type: K
Optional
props: null | VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & HTMLElementEventHandlerOptional
children: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: string
Optional
children: RawChildren
- h(type, props?, children?): VNode
Parameters
- type: string
Optional
props: null | RawPropsOptional
children: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: typeof Text | typeof Comment
Optional
children: string | number | boolean
- h(type, props?, children?): VNode
Parameters
- type: typeof Text | typeof Comment
Optional
props: nullOptional
children: 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>
Optional
props: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optional
children: 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, any>
Optional
props: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optional
children: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: Constructor<any>
Optional
children: RawChildren
- h<P>(type, props?, children?): VNode
Parameters
- type: Constructor<P>
Optional
props: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optional
children: RawSlots | RawChildren
- h(type, children?): VNode
Parameters
- type: DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>
Optional
children: 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>, {}> Optional
props: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optional
children: RawSlots | RawChildren
- h(type, children?): VNode
- h<P>(type, props?, children?): VNode
Parameters
- type: string | Component<P, any, any, ComputedOptions, MethodOptions, {}, any>
Optional
props: VNodeProps & {
[iterator]?: undefined;
__v_isVNode?: undefined;
} & Record<string, any> & P | ({} extends P
? null
: never)Optional
children: RawSlots | RawChildren