Properties
Readonly $attrs
$attrs: Record<string, string>
$config
$config: NuxtRuntimeConfig
$cookies
$cookies: NuxtCookies
$createElement
$createElement: CreateElement
Readonly $data
$data: Record<string, any>
$delete
$delete: typeof delete
Readonly $el
$el: Element
$fetchState
$fetchState: { error: Error | null; pending: boolean; timestamp: number }
Type declaration
-
error: Error | null
-
pending: boolean
-
timestamp: number
Readonly $isServer
$isServer: boolean
Readonly $listeners
$listeners: Record<string, Function | Function[]>
$logger
$logger: LoggerFn
$md
$md: { render: any }
Type declaration
-
render: function
- render(source: string): string
-
Parameters
Returns string
Readonly $options
$options
: ComponentOptions<Vue>
Readonly $props
$props: Record<string, any>
Readonly $refs
$refs: {}
Type declaration
-
[key: string]: Vue | Element | (Vue | Element)[] | undefined
$router
$router: VueRouter
Readonly $scopedSlots
$scopedSlots: {}
Type declaration
-
[key: string]: NormalizedScopedSlot | undefined
Readonly $slots
$slots: {}
Type declaration
-
[key: string]: VNode[] | undefined
Readonly $ssrContext
$ssrContext: any
$store
$store: Store<any>
$ustra
$ustra: UstraPlugin
Readonly $vnode
$vnode: VNode
Static Vue
Vue: VueConstructor
Static bounceEnabled
bounceEnabled: boolean
Static direction
direction: string
Static disabled
disabled: boolean
Static elementAttr
elementAttr: any
Static height
height: string | number | Function
Static instance
instance: ScrollView
Static onDisposing
onDisposing: Function
Static onInitialized
onInitialized: Function
Static onOptionChanged
onOptionChanged: Function
Static onPullDown
onPullDown: Function
Static onReachBottom
onReachBottom: Function
Static onScroll
onScroll: Function
Static onUpdated
onUpdated: Function
Static pulledDownText
pulledDownText: string
Static pullingDownText
pullingDownText: string
Static reachBottomText
reachBottomText: string
Static refreshingText
refreshingText: string
Static rtlEnabled
rtlEnabled: boolean
Static scrollByContent
scrollByContent: boolean
Static scrollByThumb
scrollByThumb: boolean
Static showScrollbar
showScrollbar: string
Static useNative
useNative: boolean
Static width
width: string | number | Function