Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppConfig

Index

Properties

compilerOptions

compilerOptions: RuntimeCompilerOptions

Options to pass to @vue/compiler-dom. Only supported in runtime compiler build.

globalProperties

globalProperties: Record<string, any>

optionMergeStrategies

optionMergeStrategies: Record<string, OptionMergeFunction>

performance

performance: boolean

Optional unwrapInjectedRef

unwrapInjectedRef?: boolean

Temporary config for opt-in to unwrap injected refs. TODO deprecate in 3.3

Methods

Optional errorHandler

  • Parameters

    Returns void

Optional isCustomElement

  • isCustomElement(tag: string): boolean
  • deprecated

    use config.compilerOptions.isCustomElement

    Parameters

    • tag: string

    Returns boolean

Optional Readonly isNativeTag

  • isNativeTag(tag: string): boolean
  • Parameters

    • tag: string

    Returns boolean

Optional warnHandler

  • Parameters

    Returns void

Generated using TypeDoc