• Parameters

    • type: string
    • Optional children: RawChildren

    Returns VNode

  • Parameters

    • type: string
    • Optional props: null | RawProps
    • Optional children: RawSlots | RawChildren

    Returns VNode

  • Parameters

    • type: typeof Text | typeof Comment
    • Optional children: string | number | boolean

    Returns VNode

  • Parameters

    • type: typeof Text | typeof Comment
    • Optional props: null
    • Optional children: string | number | boolean

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    • E extends EmitsOptions = {}

    • S extends Record<string, any> = {}

    Parameters

    • type: FunctionalComponent<P, E, S>
    • Optional props: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optional children: RawSlots | RawChildren

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: string | ConcreteComponent<P, any, any, ComputedOptions, MethodOptions>
    • Optional props: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optional children: RawChildren

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Type Parameters

    • P

    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

    Returns VNode

  • Parameters

    • type: Constructor<any>
    • Optional children: RawChildren

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: Constructor<P>
    • Optional props: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optional children: RawSlots | RawChildren

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: string | Component<P, any, any, ComputedOptions, MethodOptions>
    • Optional props: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optional children: RawSlots | RawChildren

    Returns VNode

Generated using TypeDoc