Vue初始化中的选项合并之initInternalComponent详解
今天给大家分享Vue初始化中的选项合并之initInternalComponent的相关知识,具体代码如下所示
export function initInternalComponent (vm: Component, options: InternalComponentOptions) { const opts = vm.$options = Object.create(vm.constructor.options) // doing this because it's faster than dynamic enumeration. const parentVnode = options._parentVnode opts.parent = options.parent opts._parentVnode = parentVnode const vnodeComponentOptions = parentVnode.ponentOptions opts.propsData = vnodeComponentOptions.propsData opts._parentListeners = vnodeComponentOptions.listeners opts._renderChildren = vnodeComponentOptions.children opts._ponentTag = vnodeComponentOptions.tag if (options.render) { opts.render = options.render opts.staticRenderFns = options.staticRenderFns } }
initInternalComponent
方法接受两个参数,第一个参数是组件实例,即this。第二个参数是组件构造函数中传入的option,这个option根据上文的分析,他是在createComponentInstanceForVnode
方法中定义的
export function createComponentInstanceForVnode ( vnode: any, // we know it's MountedComponentVNode but flow doesn't parent: any, // activeInstance in lifecycle state ): Component { const options: InternalComponentOptions = { _isComponent: true, _parentVnode: vnode, parent } // check inline-template render functions const inlineTemplate = vnode.data.inlineTemplate if (isDef(inlineTemplate)) { options.render = inlineTemplate.render options.staticRenderFns = inlineTemplate.staticRenderFns } return new vnode.ponentOptions.Ctor(options) }
option中有三个属性值,_isComponent
上面已经提到过了;_parentVode
其实就是该组件实例的vnode对象(createComponentInstanceForVnode
就是根据这个vnode对象去创建一个组件实例);parent
则是该组件的父组件实例对象。
然后我们来看看具体initInternalComponent
做了什么操作:
const opts = vm.$options = Object.create(vm.constructor.options)
,用Object.create
这个函数,把组件构造函数的options
挂载到vm.$options
的__proto__
上。
const parentVnode = options._parentVnode opts.parent = options.parent opts._parentVnode = parentVnode
接下把传入参数的option的_parentVode
和parent
挂载到组件实例$options
上。用我们在两种策略里的那个例子来说,parent
就是我们组件的根实例,而_parentVnode
就是<p :msg="msg" @log-msg="logMsg"></p>
生成的一个Vnode对象。
const vnodeComponentOptions = parentVnode.ponentOptions opts.propsData = vnodeComponentOptions.propsData opts._parentListeners = vnodeComponentOptions.listeners opts._renderChildren = vnodeComponentOptions.children opts._ponentTag = vnodeComponentOptions.tag
然后把父组件里的vnode上的四个属性挂载到我们的$options
上,还是用那个例子来说,propsData
就是根据:msg="msg"
生成的,他的值就是在根组件里定义的那个msg{msg: "props-message"}
。而_parentListeners
就是根据@log-msg="logMsg"
生成的,他的值是logMsg
这个定义在父组件中的方法。
if (options.render) { opts.render = options.render opts.staticRenderFns = options.staticRenderFns }
就是如果传入的option中如果有render,把render相关的也挂载到$options上。
,这个initInternalComponent
主要做了两件事情1.指定组件$options原型,2.把组件依赖于父组件的props、listeners也挂载到options上,方便子组件调用。
到此这篇关于Vue初始化中的选项合并之initInternalComponent详解的文章就介绍到这了,更多相关Vue初始化选项合并内容请搜索狼蚁SEO以前的文章或继续浏览狼蚁网站SEO优化的相关文章希望大家以后多多支持狼蚁SEO!
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南