Vue-compile
2017-09-29 16:09:40 2 举报
AI智能生成
Vue2.0 模板编译
作者其他创作
大纲/内容
vm.$mount(vm.$options.el)
mountComponent
callHook(vm, 'beforeMounted')
updateComponent = () => {
vm._update(vnode, hydrating)}
入参
_render
vnode = render.call(vm._renderProxy, vm.$createElement)
__patch__
vm._watcher = new Watcher(vm, updateComponent, noop)
0 条评论
下一页