overlastic icon indicating copy to clipboard operation
overlastic copied to clipboard

组件上下文丢失

Open ayedaren opened this issue 9 months ago • 0 comments

使用 const callback = defineOverlay(Component) const result = await callback(props) 这种方式定义的组件中会丢失全局注册的组件,导致动态组件失效,无法以自定义组件名的方式渲染,使用原双向绑定方式无问题。

ayedaren avatar May 13 '24 13:05 ayedaren