Properties
Readonly $attrs
$attrs: Record<string, string>
$createElement
$createElement: CreateElement
Readonly $data
$data: Record<string, any>
$delete
$delete: typeof delete
Readonly $el
$el: Element
Readonly $isServer
$isServer: boolean
Readonly $listeners
$listeners: Record<string, Function | Function[]>
Readonly $options
$options
: ComponentOptions<Vue>
Readonly $props
$props: Record<string, any>
Readonly $refs
$refs: {}
Type declaration
-
[key: string]: Vue | Element | (Vue | Element)[] | undefined
Readonly $root
Readonly $scopedSlots
$scopedSlots: {}
Type declaration
-
[key: string]: NormalizedScopedSlot | undefined
$set
$set: typeof set
Readonly $slots
$slots: {}
Type declaration
-
[key: string]: VNode[] | undefined
Readonly $ssrContext
$ssrContext: any
Readonly $vnode
$vnode: VNode
Readonly alwaysTitle
alwaysTitle: boolean
curIdx
curIdx: number = 0
curItem
curItem: { src: string; title: string } = this.info.length ? this.info[0] : { title: '', src: '' }
Type declaration
-
src: string
-
title: string
formatLocationURL
formatLocationURL: typeof formatLocationURL
Readonly helper
helper: boolean
highlightMatch
highlightMatch: typeof highlightMatch
Static Vue
Vue: VueConstructor
Kaiying Shan