W3C
school
文档首页
HTML
CSS
Javascript
Python
jQuery
NodeJS
PHP
Java
MySQL
Express
More »
开关
VUE.js 2 官方文档
Guide
1. Installation
3. The Vue Instance
4. Template Syntax
5. Computed Properties and Watchers
6. Class and Style Bindings
7. Conditional Rendering
8. List Rendering
9. Event Handling
10. Form Input Bindings
11. Components
12. Reactivity in Depth
13. Transition Effects
14. Transitioning State
15. Render Functions
16. Custom Directives
17. Mixins
18. Plugins
19. Single File Components
20. Production Deployment Tips
21. Routing
22. State Management
23. Unit Testing
24. Server-Side Rendering
25. TypeScript Support
26. Migration from Vue 1.x
27. Migration from Vue Router 0.7.x
28. Migration from Vuex 0.6.x to 1.0
29. Comparison with Other Frameworks
30. Join the Vue.js Community!
API: Options / Lifecycle Hooks
activated
beforeCreate
beforeDestroy
beforeMount
beforeUpdate
created
deactivated
destroyed
mounted
updated
API
API
API: Built-In Components
component
keep-alive
slot
transition
transition-group
API: Options / Assets
components
directives
filters
API: Options / Data
computed
data
methods
props
propsData
watch
API: Options / Misc
delimiters
functional
model
name
API: Global Config
devtools
errorHandler
ignoredElements
keyCodes
optionMergeStrategies
performance
productionTip
silent
API: Options / DOM
el
render
renderError
template
API: Options / Composition
extends
mixins
parent
provide / inject
API: Special Attributes
key
ref
slot
API: Directives
v-bind
v-cloak
v-else
v-else-if
v-for
v-html
v-if
v-model
v-on
v-once
v-pre
v-show
v-text
API: Instance Properties
vm.$children
vm.$data
vm.$el
vm.$isServer
vm.$options
vm.$parent
vm.$props
vm.$refs
vm.$root
vm.$scopedSlots
vm.$slots
API: Instance Methods / Data
vm.$delete()
vm.$set()
vm.$watch()
API: Instance Methods / Lifecycle
vm.$destroy()
vm.$forceUpdate()
vm.$mount()
vm.$nextTick()
API: Instance Methods / Events
vm.$emit()
vm.$off()
vm.$on()
vm.$once()
API: Global API
Vue.compile()
Vue.component()
Vue.delete()
Vue.directive()
Vue.extend()
Vue.filter()
Vue.mixin()
Vue.nextTick()
Vue.set()
Vue.use()
Vue.version
Index
index