Skip to content
Vue Learning Path
Main Navigation
Docs
Learning Path
Appearance
Menu
Return to top
On this page
事件
事件类型
原生事件
生命周期事件
自定义事件
事件绑定
@<事件名>
绑定原生和自定义事件
@hook:<生命周期>
绑定申明周期事件
TIP
生命周期事件必须在 vue vnode 创立后才会被监听到。 @hook:beforeCreate 无法监听到。