vue2_lifecircle
2022-12-14 14:44:25 3 举报
vue2生命周期
作者其他创作
大纲/内容
No
编译template并用template替换'el'
是否在document/文档中
Destoryed
把'el'作为template编译
Yes
destoryed
马上插入到文档中
vm.$mount(el)
compiled编译完成
created
ready
befored Destory销毁前
new Vue()创建新vue实例
vm.$destroy()
Observe Data观察数据
销毁数据绑定/data bindings、子组件/child components、事件监听/event listeners
Init Events初始化事件
有无'el'选项
Ready
有无template/模板选项
0 条评论
下一页