Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VueConfiguration

Index

Properties

async: boolean
devtools: boolean
ignoredElements: (string | RegExp)[]
keyCodes: {}

Type declaration

  • [key: string]: number | number[]
optionMergeStrategies: any
performance: boolean
productionTip: boolean
silent: boolean

Methods

  • errorHandler(err: Error, vm: Vue, info: string): void
  • Parameters

    • err: Error
    • vm: Vue
    • info: string

    Returns void

  • warnHandler(msg: string, vm: Vue, trace: string): void
  • Parameters

    • msg: string
    • vm: Vue
    • trace: string

    Returns void

Generated using TypeDoc