提交 3a67ae3a 编写于 作者: fxy060608's avatar fxy060608

feat(app): observe container component

上级 bdaabefc
......@@ -97,7 +97,10 @@ export class UniContainerComponent extends UniComponent {
console.log(formatLog('Observer', mutations))
}
// TODO 刷新容器组件状态
// (this.$.__vueParentComponent as any).refresh()
const vm = this.$.__vueParentComponent
if ((vm as any).rebuild) {
;(vm as any).rebuild()
}
})
observer.observe(elem, {
childList: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册