mirror of https://github.com/vuejs/core.git
feat(runtime-core): export queuePostFlushCb (#1078)
This commit is contained in:
parent
239270c38a
commit
ba240eb497
|
|
@ -78,6 +78,7 @@ export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
|
||||||
|
|
||||||
// For custom renderers
|
// For custom renderers
|
||||||
export { createRenderer, createHydrationRenderer } from './renderer'
|
export { createRenderer, createHydrationRenderer } from './renderer'
|
||||||
|
export { queuePostFlushCb } from './scheduler'
|
||||||
export { warn } from './warning'
|
export { warn } from './warning'
|
||||||
export {
|
export {
|
||||||
handleError,
|
handleError,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue