Create-Peace / blob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 生命周期都有哪些钩子函数?

Create-Peace opened this issue · comments

commented

Vue生命周期都有哪些钩子函数:

'beforeCreate',
'created',
'beforeMount',
'mounted',
'beforeUpdate',
'updated',
'beforeDestroy',
'destroyed',
'activated',
'deactivated',
'errorCaptured',
'serverPrefetch'

这些钩子函数都是在什么情况下进行调用的,需要注意哪些?