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 accessKey
accessKey: string
Static animation
animation: any
Static closeOnOutsideClick
closeOnOutsideClick: boolean | Function
Static container
container: unknown
Static contentTemplate
contentTemplate: unknown
Static deferRendering
deferRendering: boolean
Static disabled
disabled: boolean
Static dragEnabled
dragEnabled: boolean
Static elementAttr
elementAttr: any
Static focusStateEnabled
focusStateEnabled: boolean
Static fullScreen
fullScreen: boolean
Static height
height: string | number | Function
Static hoverStateEnabled
hoverStateEnabled: boolean
Static instance
instance: Popup
Static maxHeight
maxHeight: string | number | Function
Static maxWidth
maxWidth: string | number | Function
Static minHeight
minHeight: string | number | Function
Static minWidth
minWidth: string | number | Function
Static onContentReady
onContentReady: Function
Static onDisposing
onDisposing: Function
Static onHidden
onHidden: Function
Static onHiding
onHiding: Function
Static onInitialized
onInitialized: Function
Static onOptionChanged
onOptionChanged: Function
Static onResize
onResize: Function
Static onResizeEnd
onResizeEnd: Function
Static onResizeStart
onResizeStart: Function
Static onShowing
onShowing: Function
Static onShown
onShown: Function
Static onTitleRendered
onTitleRendered: Function
Static position
position: any
Static resizeEnabled
resizeEnabled: boolean
Static rtlEnabled
rtlEnabled: boolean
Static shading
shading: boolean
Static shadingColor
shadingColor: string
Static showCloseButton
showCloseButton: boolean
Static showTitle
showTitle: boolean
Static tabIndex
tabIndex: number
Static title
title: string
Static titleTemplate
titleTemplate: unknown
Static toolbarItems
toolbarItems: unknown[]
Static visible
visible: boolean
Static width
width: string | number | Function