提交 02895ddd 编写于 作者: 雪洛's avatar 雪洛

fix: 修复百度小程序组件不触发mounted的BUG

上级 be438ab7
......@@ -32,6 +32,12 @@ export default function parseComponent (vueOptions) {
}
// TODO 3.105.17以下基础库内百度 Component 作为页面时,methods 中的 onShow 不触发
!newLifecycle && this.$vm.__call_hook('onShow')
} else {
// 百度小程序组件不触发methods内的onReady
if (this.$vm) {
this.$vm._isMounted = true
this.$vm.__call_hook('mounted')
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册