()
| 548 | } |
| 549 | |
| 550 | private _update() { |
| 551 | const vnode = this._createVNode() |
| 552 | if (this._app) vnode.appContext = this._app._context |
| 553 | render(vnode, this._root) |
| 554 | } |
| 555 | |
| 556 | private _createVNode(): VNode<any, any> { |
| 557 | const baseProps: VNodeProps = {} |
no test coverage detected