⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
vue
/
src
/
v3
/
Edit File: index.ts
/** * Note: also update dist/vue.runtime.mjs when adding new exports to this file. */ export const version: string = '__VERSION__' export { ref, shallowRef, isRef, toRef, toRefs, unref, proxyRefs, customRef, triggerRef, Ref, ToRef, ToRefs, UnwrapRef, ShallowRef, ShallowUnwrapRef, RefUnwrapBailTypes, CustomRefFactory } from './reactivity/ref' export { reactive, isReactive, isReadonly, isShallow, isProxy, shallowReactive, markRaw, toRaw, ReactiveFlags, ShallowReactive, UnwrapNestedRefs } from './reactivity/reactive' export { readonly, shallowReadonly, DeepReadonly } from './reactivity/readonly' export { computed, ComputedRef, WritableComputedRef, WritableComputedOptions, ComputedGetter, ComputedSetter } from './reactivity/computed' export { watch, watchEffect, watchPostEffect, watchSyncEffect, WatchEffect, WatchOptions, WatchOptionsBase, WatchCallback, WatchSource, WatchStopHandle } from './apiWatch' export { EffectScope, effectScope, onScopeDispose, getCurrentScope } from './reactivity/effectScope' export { DebuggerOptions, DebuggerEvent, DebuggerEventExtraInfo } from './debug' export { TrackOpTypes, TriggerOpTypes } from './reactivity/operations' export { provide, inject, InjectionKey } from './apiInject' export { h } from './h' export { getCurrentInstance } from './currentInstance' export { useSlots, useAttrs, useListeners, mergeDefaults } from './apiSetup' export { nextTick } from 'core/util/next-tick' export { set, del } from 'core/observer' export { useCssModule } from './sfc-helpers/useCssModule' export { useCssVars } from './sfc-helpers/useCssVars' /** * @internal type is manually declared in <root>/types/v3-define-component.d.ts */ export function defineComponent(options: any) { return options } export { defineAsyncComponent } from './apiAsyncComponent' export * from './apiLifecycle'
Simpan