一、常用 (组合式API)常用的主要包括onBeforeMount、onMounted、onUnMounted、onUpdatedonBeforeMount()渲染完成前onMounted()渲染完成onBeforeUnmount() 卸载完成onUnmounted()onBeforeUpdate()onUpdated()更新完成二、其它 (组合式API)onErrorCaptured()onRenderTracked()调试钩子onRenderTriggered()调试钩子onActivated() / onDeactivated() 配合 KeepAlive 使用onServerPrefetch()异步函数