提交 70996f59 编写于 作者: fxy060608's avatar fxy060608

fix(mp): add Global Mixin logic #411

上级 8934a4d8
import Vue from 'vue'
import {
isFn,
noop,
......@@ -28,6 +30,10 @@ function hasHook (hook, vueOptions) {
return true
}
if (Vue.options && Array.isArray(Vue.options[hook])) {
return true
}
vueOptions = vueOptions.default || vueOptions
if (isFn(vueOptions)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册