×
Global
Config
silent
optionMergeStrategies
devtools
errorHandler
ignoredElements
keyCodes
performance
2.2
productionTip
2.2
Global
API
Vue.extend
Vue.nextTick
Vue.set
Vue.delete
Vue.directive
Vue.filter
Vue.component
Vue.use
Vue.mixin
Vue.compile
Vue.version
Options
Lifecycle Hooks
beforeCreate
created
beforeMount
mounted
beforeUpdate
updated
activated
deactivated
beforeDestroy
destroyed
Options
Data
data
props
propsData
computed
methods
watch
Options
DOM
el
template
render
renderError
2.2
Options
Assets
directives
filters
components
Options
Composition
parent
mixins
extends
provide / inject
2.2
Options
Misc
name
delimiters
functional
model
2.2
Methods
Data
vm.$watch
vm.$set
vm.$delete
Methods
Events
vm.$on
vm.$once
vm.$off
vm.$emit
Methods
Lifecycle
vm.$mount
vm.$forceUpdate
vm.$nextTick
vm.$destroy
Instance
Properties
vm.$data
vm.$props
2.2
vm.$el
vm.$options
vm.$parent
vm.$root
vm.$children
vm.$slots
vm.$scopedSlots
2.1
vm.$refs
vm.$isServer
html
Directives
v-text
v-html
v-show
v-if
v-else
v-else-if
2.1
v-for
v-on
v-bind
v-model
v-pre
v-cloak
v-once
Directives
Hooks
bind
inserted
update
componentUpdated
unbind
html
Attributes
key
ref
slot
Built-In
Components
component
transition
transition-group
keep-alive
slot
v-model
Modifiers
v-model
.lazy
v-model
.number
v-model
.trim
Event
Modifiers
v-on:click
.native
v-on:click
.stop
v-on:click
.prevent
v-on:click
.passive
2.3
v-on:click
.capture
v-on:click
.self
v-on:click
.once
2.1.4
v-bind
Modifiers
v-bind
.prop
v-bind
.camel
2.1
v-bind
.sync
2.3
Mouse
Modifiers
v-on:click
.left
2.2
v-on:click
.right
2.2
v-on:click
.middle
2.2
Keyboard
Modifiers
v-on:keyup
.ctrl
2.1
v-on:keyup
.alt
2.1
v-on:keyup
.shift
2.1
v-on:keyup
.meta
2.1
v-on:keyup
.enter
v-on:keyup
.tab
v-on:keyup
.delete
v-on:keyup
.esc
v-on:keyup
.up
v-on:keyup
.down
v-on:keyup
.left
v-on:keyup
.right