From d37dbb7dc81ee5957e72e1173a9aa9ea626240fb Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 17 Apr 2024 12:41:33 +0330 Subject: vue v2.7.16 --- web/assets/vue@2.7.16/vue.runtime.mjs | 76 +++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 web/assets/vue@2.7.16/vue.runtime.mjs (limited to 'web/assets/vue@2.7.16/vue.runtime.mjs') diff --git a/web/assets/vue@2.7.16/vue.runtime.mjs b/web/assets/vue@2.7.16/vue.runtime.mjs new file mode 100644 index 00000000..83d88927 --- /dev/null +++ b/web/assets/vue@2.7.16/vue.runtime.mjs @@ -0,0 +1,76 @@ +import Vue from './vue.runtime.common.js' +export default Vue + +// this should be kept in sync with src/v3/index.ts +export const { + version, + + // refs + ref, + shallowRef, + isRef, + toRef, + toRefs, + unref, + proxyRefs, + customRef, + triggerRef, + computed, + + // reactive + reactive, + isReactive, + isReadonly, + isShallow, + isProxy, + shallowReactive, + markRaw, + toRaw, + readonly, + shallowReadonly, + + // watch + watch, + watchEffect, + watchPostEffect, + watchSyncEffect, + + // effectScope + effectScope, + onScopeDispose, + getCurrentScope, + + // provide / inject + provide, + inject, + + // lifecycle + onBeforeMount, + onMounted, + onBeforeUpdate, + onUpdated, + onBeforeUnmount, + onUnmounted, + onErrorCaptured, + onActivated, + onDeactivated, + onServerPrefetch, + onRenderTracked, + onRenderTriggered, + + // v2 only + set, + del, + + // v3 compat + h, + getCurrentInstance, + useSlots, + useAttrs, + mergeDefaults, + nextTick, + useCssModule, + useCssVars, + defineComponent, + defineAsyncComponent +} = Vue -- cgit v1.2.3