UNPKG

vue-concurrency

Version:

A library for encapsulating asynchronous operations and managing concurrency for Vue + Composition API

3 lines (2 loc) 221 B
export { ref, reactive, onMounted, onUnmounted, onBeforeUnmount, defineComponent, computed, watchEffect, watch, getCurrentInstance, effectScope, EffectScope, onServerPrefetch } from "vue"; export type { Ref } from "vue";