feat(runtime-core): export queuePostFlushCb (#1078)

This commit is contained in:
Bas van Meurs 2020-04-30 20:58:50 +02:00 committed by GitHub
parent 239270c38a
commit ba240eb497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
// For custom renderers
export { createRenderer, createHydrationRenderer } from './renderer'
export { queuePostFlushCb } from './scheduler'
export { warn } from './warning'
export {
handleError,