chore: expose watchPostEffect

This commit is contained in:
Evan You 2021-07-16 12:00:17 -04:00
parent de32cfa43e
commit fcc6a54ee7

View File

@ -34,7 +34,7 @@ export {
getCurrentScope,
onScopeDispose
} from '@vue/reactivity'
export { watch, watchEffect } from './apiWatch'
export { watch, watchEffect, watchPostEffect } from './apiWatch'
export {
onBeforeMount,
onMounted,