mirror of https://github.com/vuejs/core.git
chore: expose watchPostEffect
This commit is contained in:
parent
de32cfa43e
commit
fcc6a54ee7
|
@ -34,7 +34,7 @@ export {
|
|||
getCurrentScope,
|
||||
onScopeDispose
|
||||
} from '@vue/reactivity'
|
||||
export { watch, watchEffect } from './apiWatch'
|
||||
export { watch, watchEffect, watchPostEffect } from './apiWatch'
|
||||
export {
|
||||
onBeforeMount,
|
||||
onMounted,
|
||||
|
|
Loading…
Reference in New Issue