--->
父created --->
父beforeMount --->
子beforeCreate --->
子created --->
子beforeMount --->
子mounted --->
父mounted--->
子beforeUpdate --->
子updated --->
父updated--->
父updated--->
子beforeDestroy --->
子destroyed --->
父destroyed原文:https://www.cnblogs.com/meiyanstar/p/14652796.html