chore: expose watchPostEffect
This commit is contained in:
parent
de32cfa43e
commit
fcc6a54ee7
@ -34,7 +34,7 @@ export {
|
|||||||
getCurrentScope,
|
getCurrentScope,
|
||||||
onScopeDispose
|
onScopeDispose
|
||||||
} from '@vue/reactivity'
|
} from '@vue/reactivity'
|
||||||
export { watch, watchEffect } from './apiWatch'
|
export { watch, watchEffect, watchPostEffect } from './apiWatch'
|
||||||
export {
|
export {
|
||||||
onBeforeMount,
|
onBeforeMount,
|
||||||
onMounted,
|
onMounted,
|
||||||
|
Loading…
Reference in New Issue
Block a user