Vue流程图模板
2019-04-17 14:56:33 1 举报
Vue渲染流程图
作者其他创作
大纲/内容
beforeDestroy
whenvm.$destroy()is called
whenvm.$mount(el)is called
when datachanges
updated
InitEvents & Lifecycle
YES
destroyed
Destroyed
Has\"template\" option?
beforeCreate
Create vm.$eland replace\"el\" with it
beforeMount
new Vue()
Has\"el\" option?
NO
mounted
Compile el'souterHTMLas template *
beforeUpdate
Mounted
created
Compile templateintorender function *
Virtual DOMre-renderand patch
Initinjections & reactivity
0 条评论
回复 删除
下一页