@mpxjs/core
Version:
mpx runtime core
39 lines (37 loc) • 479 B
JavaScript
export {
// watch
watchEffect,
watchSyncEffect,
watchPostEffect,
watch,
// reactive
reactive,
isReactive,
shallowReactive,
set,
del,
markRaw,
// ref
ref,
unref,
toRef,
toRefs,
isRef,
customRef,
shallowRef,
triggerRef,
// computed
computed,
// instance
getCurrentInstance,
// effectScope
effectScope,
getCurrentScope,
onScopeDispose,
provide,
inject
} from 'vue'
export {
// i18n
useI18n
} from 'vue-i18n-bridge'