1.beforeCreate 组建实例刚被创建,属性和方法等都还没有
2.created 实例已经创建完成,属性已经绑定
3.beforeMount 模板编译之前
4.mounted 模板编译之后
5.beforeUpdata 组建更新之前
6.updataed 组建更新之后