-
根组件实例:8个 (beforeCreate、created、beforeMount、mounted、beforeUpdate、updated、beforeDestroy、destroyed)
-
组件实例:8个 (beforeCreate、created、beforeMount、mounted、beforeUpdate、updated、beforeDestroy、destroyed)
-
全局路由钩子:2个 (beforeEach、afterEach)
-
组件路由钩子:3个 (beforeRouteEnter、beforeRouteUpdate、beforeRouteLeave)
-
指令的周期: 5个 (bind、inserted、update、componentUpdated、unbind)
-
beforeRouteEnter的next所对应的周期
-
nextTick所对应的周期