请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Vue.prototype.$mount的调用

老师你好呀,entry-runtime-with-compiler.js文件,和runtime/index.js文件都定义了Vue.prototype.美元mount。̲_init方法最后调用vm.mount(vm.美元options.el).为̲什么这里选择调用entry-runtime-with-compiler.js里的美元mount。。这个方法的最后调用mount.call(this, el, hydrating),为什么他这里又选择调用runtime/index.js文件里面的Vue.prototype.$mount。

正在回答

1回答

runtime/index. 里的 Vue.prototype.$mount 是用来挂在组件,通常你不使用带编译的 Vue,调用这个 $mount 就行了,但是如果你使用了带编译的 Vue,那么entry-runtime-with-compiler.js 就会做一层 wrapper,重新实现了 Vue.prototype.$mount。但是对于使用 Vue.js 的人都是用 $mount,无感知。 

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信