• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

ComponentOptions

NameTypeDefaultDescription

comments?

boolean

components?

{[key: string]: Component<any> | AsyncComponent<any>}

computed?

Accessors<Computed>

data?

Data

delimiters?

[string, string]

directives?

{[key: string]: DirectiveFunction | DirectiveOptions}

el?

string | Element

extends?

VueConstructor<Vue> | ComponentOptions<Vue>

filters?

{[key: string]: Function}

inheritAttrs?

boolean

inject?

InjectOptions

methods?

Methods

mixins?

undefined[]

model?

{ event?: string; prop?: string; }

name?

string

parent?

Vue

props?

PropsDef

propsData?

object

provide?

object | () => object

staticRenderFns?

(createElement: CreateElement) => VNode[]

template?

string

transitions?

{[key: string]: object}

watch?

Record<string>

Methods

activated

beforeCreate

Parameters

this

V

beforeDestroy

beforeMount

beforeUpdate

created

deactivated

destroyed

errorCaptured

Parameters

err

Error

vm

Vue

info

string

Returns

boolean | void

mounted

render

Parameters

createElement

CreateElement

hack

RenderContext<Props>

Returns

VNode

renderError

Parameters

createElement

CreateElement

err

Error

Returns

VNode

serverPrefetch

Parameters

this

V

Returns

Promise<void>

updated