logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue生命周期(8个阶段)

1 beforeCreate(创建前)2 created(创建后)3 beforeMount(载入前)4 mounted(载入后)5 beforeUpdate(更新前)6 updated(更新后)7 beforeDestroy(销毁前)8 destroyed(销毁后)Vue第一次页面加载会触发beforeCreatecreatedbeforeMountmounted四个钩子函数DOM渲染在moun

#vue.js#node.js#css3
到底了