Properties
$attrs
$attrs: Record<string, string>
$createElement
$createElement: CreateElement
$data
$data: Record<string, any>
$delete
$delete: typeof delete
$isServer
$isServer: boolean
$listeners
$listeners: Record<string, Function | Function[]>
$options
$options
: ComponentOptions<Vue>
$props
$props: Record<string, any>
$refs
$refs: {}
Type declaration
-
[key: string]: Vue | Element | Vue[] | Element[]
$scopedSlots
$scopedSlots: {}
Type declaration
-
[key: string]: NormalizedScopedSlot | undefined
$slots
$slots: {}
Type declaration
-
[key: string]: VNode[] | undefined
$ssrContext
$ssrContext: any
Static Vue
Vue: VueConstructor