refactor: use explicit exports for runtime-core

This commit is contained in:
Evan You
2020-02-14 00:13:54 -05:00
parent 42d80b5888
commit 112d8f7d86
11 changed files with 103 additions and 124 deletions

View File

@@ -417,6 +417,8 @@ function createSuspenseBoundary<HostNode, HostElement>(
pushWarningContext(vnode)
}
handleSetupResult(instance, asyncSetupResult, suspense)
// unset placeholder, otherwise this will be treated as a hydration mount
vnode.el = null
setupRenderEffect(
instance,
vnode,