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
_defaultOption
_defaultOption: object = null
_isPageComponent
_isPageComponent: boolean = false
detectedRequired
detectedRequired: boolean = false
Readonly direction
direction: "row" | "col"
Readonly disabled
disabled: boolean
Readonly fullWidth
fullWidth: boolean
Readonly label
label: string
Readonly labelWidth
labelWidth: number | string
Readonly ratio
ratio: number
Readonly required
required: boolean
Readonly totalWidth
totalWidth: number | string
Readonly width
width: number | string
Readonly wrapLabel
wrapLabel: boolean
Static Vue
Vue: VueConstructor
페이지 컴포넌트 여부