请简述 Vue 的生命周期
vue 实例从开始创立、初始化数据,编译模板、挂载 DOM 渲染、更新、卸载等一系列过程,称为 Vue 的生命周期,能够分为创立前后、载入前后、更新前后、销毁前后。
创立前后: BeforeCreate、Created
载入前后: BeforeMount、Mounted
更新前后: BeforeUpdate、Update
销毁前后: BeforeDestory、Destroyed
欢送留言~~~
vue 实例从开始创立、初始化数据,编译模板、挂载 DOM 渲染、更新、卸载等一系列过程,称为 Vue 的生命周期,能够分为创立前后、载入前后、更新前后、销毁前后。
创立前后: BeforeCreate、Created
载入前后: BeforeMount、Mounted
更新前后: BeforeUpdate、Update
销毁前后: BeforeDestory、Destroyed
欢送留言~~~