beforecreate vue创建之前
created vue 创建之后
beforemount 模板创建前
mounted 之后
beforeupdate 模板数据修改前
updated 之后
beforeunmount vue注销前,有数据
unmounted 之后