Skip to content

Commit fcc6a54

Browse files
committed
chore: expose watchPostEffect
1 parent de32cfa commit fcc6a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export {
3434
getCurrentScope,
3535
onScopeDispose
3636
} from '@vue/reactivity'
37-
export { watch, watchEffect } from './apiWatch'
37+
export { watch, watchEffect, watchPostEffect } from './apiWatch'
3838
export {
3939
onBeforeMount,
4040
onMounted,

0 commit comments

Comments
 (0)