Skip to content

Commit

Permalink
feat(runtime-core): export queuePostFlushCb (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanmeurs authored Apr 30, 2020
1 parent 239270c commit ba240eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba240eb

Please sign in to comment.