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
原文地址:https://www.cnblogs.com/mengfangui/p/9969882.html
时间: 2025-01-17 07:27:20