vue核心
2021-03-08 17:21:51 0 举报
vue核心运行原理
作者其他创作
大纲/内容
value(real dom) = this.getter = updateComponent
web runtime
createElm
createComponent
beforeMount
Y
$mount
createComponentInstance
isComponent
compiler(compile template to render)
mounted
hasChildren
N
weex / ssr
initRender
install render function
createChildren
has options.render
return new vNode()
createComponent ? hasComponentInstance
isRealEle
isPrevNode
0 条评论
下一页