标签:tar class http sof vat hub exp before update
vue生命周期钩子个数是:11个。
export const LIFECYCLE_HOOKS = [
‘beforeCreate‘,
‘created‘,
‘beforeMount‘,
‘mounted‘,
‘beforeUpdate‘,
‘updated‘,
‘beforeDestroy‘,
‘destroyed‘,
‘activated‘,
‘deactivated‘,
‘errorCaptured‘
]
github地址:
https://github.com/vuejs/vue/blob/dev/src/shared/constants.js
标签:tar class http sof vat hub exp before update
原文地址:https://www.cnblogs.com/mengfangui/p/9969882.html