wip: suspense

This commit is contained in:
Evan You
2019-09-09 13:59:53 -04:00
parent cc748db33b
commit 1dc9d81e3e
3 changed files with 93 additions and 65 deletions

View File

@@ -61,7 +61,7 @@ export interface VNode<HostNode = any, HostElement = any> {
ref: string | Function | null
children: NormalizedChildren<HostNode, HostElement>
component: ComponentInternalInstance | null
suspense: SuspenseBoundary | null
suspense: SuspenseBoundary<HostNode, HostElement> | null
// DOM
el: HostNode | null