1. 父组建: beforeCreate -> created -> beforeMount 2. 子组件: -> beforeCreate -> created -> beforeMount -> mounted 3. 父组件: -> mounted 4. 总结:从外到内,再从内到外