关于 this._init(options) 的疑问
来源:2-2 new Vue 发生了什么

拉斐爾
2022-04-01
请问老师, this._init(options) 中的 _init 不是在 Vue 函数外面才包裹吗,为什么这边可以这么使用呢?
写回答
1回答
-
ustbhuangyi
2022-04-01
不就是在 initMixin 函数执行的 Vue.prototype._init
042023-09-01
相似问题
关于 this._init(options) 的疑问
来源:2-2 new Vue 发生了什么
拉斐爾
2022-04-01
请问老师, this._init(options) 中的 _init 不是在 Vue 函数外面才包裹吗,为什么这边可以这么使用呢?
1回答
ustbhuangyi
2022-04-01
不就是在 initMixin 函数执行的 Vue.prototype._init
相似问题