Initial commit from https://devstar.cn/lat5211/vitepress.git ( de04cbbb4c799c76e42e33c4eb73005db0b88915 )
This commit is contained in:
		
							
								
								
									
										343
									
								
								docs/.vitepress/cache/deps/vue.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										343
									
								
								docs/.vitepress/cache/deps/vue.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,343 @@
 | 
			
		||||
import {
 | 
			
		||||
  BaseTransition,
 | 
			
		||||
  BaseTransitionPropsValidators,
 | 
			
		||||
  Comment,
 | 
			
		||||
  DeprecationTypes,
 | 
			
		||||
  EffectScope,
 | 
			
		||||
  ErrorCodes,
 | 
			
		||||
  ErrorTypeStrings,
 | 
			
		||||
  Fragment,
 | 
			
		||||
  KeepAlive,
 | 
			
		||||
  ReactiveEffect,
 | 
			
		||||
  Static,
 | 
			
		||||
  Suspense,
 | 
			
		||||
  Teleport,
 | 
			
		||||
  Text,
 | 
			
		||||
  TrackOpTypes,
 | 
			
		||||
  Transition,
 | 
			
		||||
  TransitionGroup,
 | 
			
		||||
  TriggerOpTypes,
 | 
			
		||||
  VueElement,
 | 
			
		||||
  assertNumber,
 | 
			
		||||
  callWithAsyncErrorHandling,
 | 
			
		||||
  callWithErrorHandling,
 | 
			
		||||
  camelize,
 | 
			
		||||
  capitalize,
 | 
			
		||||
  cloneVNode,
 | 
			
		||||
  compatUtils,
 | 
			
		||||
  compile,
 | 
			
		||||
  computed,
 | 
			
		||||
  createApp,
 | 
			
		||||
  createBaseVNode,
 | 
			
		||||
  createBlock,
 | 
			
		||||
  createCommentVNode,
 | 
			
		||||
  createElementBlock,
 | 
			
		||||
  createHydrationRenderer,
 | 
			
		||||
  createPropsRestProxy,
 | 
			
		||||
  createRenderer,
 | 
			
		||||
  createSSRApp,
 | 
			
		||||
  createSlots,
 | 
			
		||||
  createStaticVNode,
 | 
			
		||||
  createTextVNode,
 | 
			
		||||
  createVNode,
 | 
			
		||||
  customRef,
 | 
			
		||||
  defineAsyncComponent,
 | 
			
		||||
  defineComponent,
 | 
			
		||||
  defineCustomElement,
 | 
			
		||||
  defineEmits,
 | 
			
		||||
  defineExpose,
 | 
			
		||||
  defineModel,
 | 
			
		||||
  defineOptions,
 | 
			
		||||
  defineProps,
 | 
			
		||||
  defineSSRCustomElement,
 | 
			
		||||
  defineSlots,
 | 
			
		||||
  devtools,
 | 
			
		||||
  effect,
 | 
			
		||||
  effectScope,
 | 
			
		||||
  getCurrentInstance,
 | 
			
		||||
  getCurrentScope,
 | 
			
		||||
  getCurrentWatcher,
 | 
			
		||||
  getTransitionRawChildren,
 | 
			
		||||
  guardReactiveProps,
 | 
			
		||||
  h,
 | 
			
		||||
  handleError,
 | 
			
		||||
  hasInjectionContext,
 | 
			
		||||
  hydrate,
 | 
			
		||||
  hydrateOnIdle,
 | 
			
		||||
  hydrateOnInteraction,
 | 
			
		||||
  hydrateOnMediaQuery,
 | 
			
		||||
  hydrateOnVisible,
 | 
			
		||||
  initCustomFormatter,
 | 
			
		||||
  initDirectivesForSSR,
 | 
			
		||||
  inject,
 | 
			
		||||
  isMemoSame,
 | 
			
		||||
  isProxy,
 | 
			
		||||
  isReactive,
 | 
			
		||||
  isReadonly,
 | 
			
		||||
  isRef,
 | 
			
		||||
  isRuntimeOnly,
 | 
			
		||||
  isShallow,
 | 
			
		||||
  isVNode,
 | 
			
		||||
  markRaw,
 | 
			
		||||
  mergeDefaults,
 | 
			
		||||
  mergeModels,
 | 
			
		||||
  mergeProps,
 | 
			
		||||
  nextTick,
 | 
			
		||||
  normalizeClass,
 | 
			
		||||
  normalizeProps,
 | 
			
		||||
  normalizeStyle,
 | 
			
		||||
  onActivated,
 | 
			
		||||
  onBeforeMount,
 | 
			
		||||
  onBeforeUnmount,
 | 
			
		||||
  onBeforeUpdate,
 | 
			
		||||
  onDeactivated,
 | 
			
		||||
  onErrorCaptured,
 | 
			
		||||
  onMounted,
 | 
			
		||||
  onRenderTracked,
 | 
			
		||||
  onRenderTriggered,
 | 
			
		||||
  onScopeDispose,
 | 
			
		||||
  onServerPrefetch,
 | 
			
		||||
  onUnmounted,
 | 
			
		||||
  onUpdated,
 | 
			
		||||
  onWatcherCleanup,
 | 
			
		||||
  openBlock,
 | 
			
		||||
  popScopeId,
 | 
			
		||||
  provide,
 | 
			
		||||
  proxyRefs,
 | 
			
		||||
  pushScopeId,
 | 
			
		||||
  queuePostFlushCb,
 | 
			
		||||
  reactive,
 | 
			
		||||
  readonly,
 | 
			
		||||
  ref,
 | 
			
		||||
  registerRuntimeCompiler,
 | 
			
		||||
  render,
 | 
			
		||||
  renderList,
 | 
			
		||||
  renderSlot,
 | 
			
		||||
  resolveComponent,
 | 
			
		||||
  resolveDirective,
 | 
			
		||||
  resolveDynamicComponent,
 | 
			
		||||
  resolveFilter,
 | 
			
		||||
  resolveTransitionHooks,
 | 
			
		||||
  setBlockTracking,
 | 
			
		||||
  setDevtoolsHook,
 | 
			
		||||
  setTransitionHooks,
 | 
			
		||||
  shallowReactive,
 | 
			
		||||
  shallowReadonly,
 | 
			
		||||
  shallowRef,
 | 
			
		||||
  ssrContextKey,
 | 
			
		||||
  ssrUtils,
 | 
			
		||||
  stop,
 | 
			
		||||
  toDisplayString,
 | 
			
		||||
  toHandlerKey,
 | 
			
		||||
  toHandlers,
 | 
			
		||||
  toRaw,
 | 
			
		||||
  toRef,
 | 
			
		||||
  toRefs,
 | 
			
		||||
  toValue,
 | 
			
		||||
  transformVNodeArgs,
 | 
			
		||||
  triggerRef,
 | 
			
		||||
  unref,
 | 
			
		||||
  useAttrs,
 | 
			
		||||
  useCssModule,
 | 
			
		||||
  useCssVars,
 | 
			
		||||
  useHost,
 | 
			
		||||
  useId,
 | 
			
		||||
  useModel,
 | 
			
		||||
  useSSRContext,
 | 
			
		||||
  useShadowRoot,
 | 
			
		||||
  useSlots,
 | 
			
		||||
  useTemplateRef,
 | 
			
		||||
  useTransitionState,
 | 
			
		||||
  vModelCheckbox,
 | 
			
		||||
  vModelDynamic,
 | 
			
		||||
  vModelRadio,
 | 
			
		||||
  vModelSelect,
 | 
			
		||||
  vModelText,
 | 
			
		||||
  vShow,
 | 
			
		||||
  version,
 | 
			
		||||
  warn,
 | 
			
		||||
  watch,
 | 
			
		||||
  watchEffect,
 | 
			
		||||
  watchPostEffect,
 | 
			
		||||
  watchSyncEffect,
 | 
			
		||||
  withAsyncContext,
 | 
			
		||||
  withCtx,
 | 
			
		||||
  withDefaults,
 | 
			
		||||
  withDirectives,
 | 
			
		||||
  withKeys,
 | 
			
		||||
  withMemo,
 | 
			
		||||
  withModifiers,
 | 
			
		||||
  withScopeId
 | 
			
		||||
} from "./chunk-QAXAIFA7.js";
 | 
			
		||||
export {
 | 
			
		||||
  BaseTransition,
 | 
			
		||||
  BaseTransitionPropsValidators,
 | 
			
		||||
  Comment,
 | 
			
		||||
  DeprecationTypes,
 | 
			
		||||
  EffectScope,
 | 
			
		||||
  ErrorCodes,
 | 
			
		||||
  ErrorTypeStrings,
 | 
			
		||||
  Fragment,
 | 
			
		||||
  KeepAlive,
 | 
			
		||||
  ReactiveEffect,
 | 
			
		||||
  Static,
 | 
			
		||||
  Suspense,
 | 
			
		||||
  Teleport,
 | 
			
		||||
  Text,
 | 
			
		||||
  TrackOpTypes,
 | 
			
		||||
  Transition,
 | 
			
		||||
  TransitionGroup,
 | 
			
		||||
  TriggerOpTypes,
 | 
			
		||||
  VueElement,
 | 
			
		||||
  assertNumber,
 | 
			
		||||
  callWithAsyncErrorHandling,
 | 
			
		||||
  callWithErrorHandling,
 | 
			
		||||
  camelize,
 | 
			
		||||
  capitalize,
 | 
			
		||||
  cloneVNode,
 | 
			
		||||
  compatUtils,
 | 
			
		||||
  compile,
 | 
			
		||||
  computed,
 | 
			
		||||
  createApp,
 | 
			
		||||
  createBlock,
 | 
			
		||||
  createCommentVNode,
 | 
			
		||||
  createElementBlock,
 | 
			
		||||
  createBaseVNode as createElementVNode,
 | 
			
		||||
  createHydrationRenderer,
 | 
			
		||||
  createPropsRestProxy,
 | 
			
		||||
  createRenderer,
 | 
			
		||||
  createSSRApp,
 | 
			
		||||
  createSlots,
 | 
			
		||||
  createStaticVNode,
 | 
			
		||||
  createTextVNode,
 | 
			
		||||
  createVNode,
 | 
			
		||||
  customRef,
 | 
			
		||||
  defineAsyncComponent,
 | 
			
		||||
  defineComponent,
 | 
			
		||||
  defineCustomElement,
 | 
			
		||||
  defineEmits,
 | 
			
		||||
  defineExpose,
 | 
			
		||||
  defineModel,
 | 
			
		||||
  defineOptions,
 | 
			
		||||
  defineProps,
 | 
			
		||||
  defineSSRCustomElement,
 | 
			
		||||
  defineSlots,
 | 
			
		||||
  devtools,
 | 
			
		||||
  effect,
 | 
			
		||||
  effectScope,
 | 
			
		||||
  getCurrentInstance,
 | 
			
		||||
  getCurrentScope,
 | 
			
		||||
  getCurrentWatcher,
 | 
			
		||||
  getTransitionRawChildren,
 | 
			
		||||
  guardReactiveProps,
 | 
			
		||||
  h,
 | 
			
		||||
  handleError,
 | 
			
		||||
  hasInjectionContext,
 | 
			
		||||
  hydrate,
 | 
			
		||||
  hydrateOnIdle,
 | 
			
		||||
  hydrateOnInteraction,
 | 
			
		||||
  hydrateOnMediaQuery,
 | 
			
		||||
  hydrateOnVisible,
 | 
			
		||||
  initCustomFormatter,
 | 
			
		||||
  initDirectivesForSSR,
 | 
			
		||||
  inject,
 | 
			
		||||
  isMemoSame,
 | 
			
		||||
  isProxy,
 | 
			
		||||
  isReactive,
 | 
			
		||||
  isReadonly,
 | 
			
		||||
  isRef,
 | 
			
		||||
  isRuntimeOnly,
 | 
			
		||||
  isShallow,
 | 
			
		||||
  isVNode,
 | 
			
		||||
  markRaw,
 | 
			
		||||
  mergeDefaults,
 | 
			
		||||
  mergeModels,
 | 
			
		||||
  mergeProps,
 | 
			
		||||
  nextTick,
 | 
			
		||||
  normalizeClass,
 | 
			
		||||
  normalizeProps,
 | 
			
		||||
  normalizeStyle,
 | 
			
		||||
  onActivated,
 | 
			
		||||
  onBeforeMount,
 | 
			
		||||
  onBeforeUnmount,
 | 
			
		||||
  onBeforeUpdate,
 | 
			
		||||
  onDeactivated,
 | 
			
		||||
  onErrorCaptured,
 | 
			
		||||
  onMounted,
 | 
			
		||||
  onRenderTracked,
 | 
			
		||||
  onRenderTriggered,
 | 
			
		||||
  onScopeDispose,
 | 
			
		||||
  onServerPrefetch,
 | 
			
		||||
  onUnmounted,
 | 
			
		||||
  onUpdated,
 | 
			
		||||
  onWatcherCleanup,
 | 
			
		||||
  openBlock,
 | 
			
		||||
  popScopeId,
 | 
			
		||||
  provide,
 | 
			
		||||
  proxyRefs,
 | 
			
		||||
  pushScopeId,
 | 
			
		||||
  queuePostFlushCb,
 | 
			
		||||
  reactive,
 | 
			
		||||
  readonly,
 | 
			
		||||
  ref,
 | 
			
		||||
  registerRuntimeCompiler,
 | 
			
		||||
  render,
 | 
			
		||||
  renderList,
 | 
			
		||||
  renderSlot,
 | 
			
		||||
  resolveComponent,
 | 
			
		||||
  resolveDirective,
 | 
			
		||||
  resolveDynamicComponent,
 | 
			
		||||
  resolveFilter,
 | 
			
		||||
  resolveTransitionHooks,
 | 
			
		||||
  setBlockTracking,
 | 
			
		||||
  setDevtoolsHook,
 | 
			
		||||
  setTransitionHooks,
 | 
			
		||||
  shallowReactive,
 | 
			
		||||
  shallowReadonly,
 | 
			
		||||
  shallowRef,
 | 
			
		||||
  ssrContextKey,
 | 
			
		||||
  ssrUtils,
 | 
			
		||||
  stop,
 | 
			
		||||
  toDisplayString,
 | 
			
		||||
  toHandlerKey,
 | 
			
		||||
  toHandlers,
 | 
			
		||||
  toRaw,
 | 
			
		||||
  toRef,
 | 
			
		||||
  toRefs,
 | 
			
		||||
  toValue,
 | 
			
		||||
  transformVNodeArgs,
 | 
			
		||||
  triggerRef,
 | 
			
		||||
  unref,
 | 
			
		||||
  useAttrs,
 | 
			
		||||
  useCssModule,
 | 
			
		||||
  useCssVars,
 | 
			
		||||
  useHost,
 | 
			
		||||
  useId,
 | 
			
		||||
  useModel,
 | 
			
		||||
  useSSRContext,
 | 
			
		||||
  useShadowRoot,
 | 
			
		||||
  useSlots,
 | 
			
		||||
  useTemplateRef,
 | 
			
		||||
  useTransitionState,
 | 
			
		||||
  vModelCheckbox,
 | 
			
		||||
  vModelDynamic,
 | 
			
		||||
  vModelRadio,
 | 
			
		||||
  vModelSelect,
 | 
			
		||||
  vModelText,
 | 
			
		||||
  vShow,
 | 
			
		||||
  version,
 | 
			
		||||
  warn,
 | 
			
		||||
  watch,
 | 
			
		||||
  watchEffect,
 | 
			
		||||
  watchPostEffect,
 | 
			
		||||
  watchSyncEffect,
 | 
			
		||||
  withAsyncContext,
 | 
			
		||||
  withCtx,
 | 
			
		||||
  withDefaults,
 | 
			
		||||
  withDirectives,
 | 
			
		||||
  withKeys,
 | 
			
		||||
  withMemo,
 | 
			
		||||
  withModifiers,
 | 
			
		||||
  withScopeId
 | 
			
		||||
};
 | 
			
		||||
//# sourceMappingURL=vue.js.map
 | 
			
		||||
		Reference in New Issue
	
	Block a user