Browse Source

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

Bas van Meurs 6 years ago
parent
commit
ba240eb497
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/runtime-core/src/index.ts

+ 1 - 0
packages/runtime-core/src/index.ts

@@ -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,