Skip to content

Instance Properties

guankaishe edited this page May 20, 2015 · 2 revisions

$el

  • Type: HTMLElement

The DOM element that the Vue instance is managing.

$refs

  • Type: Object

An object that holds child components that have v-ref registered. For more details see Component Atttributes/ref.

$methods

  • Type: Object

A reference of options's methods.

$destroyed

  • Type: Boolean

A flag property to mark the viewModel instance destroyed or not.

Clone this wiki locally