| 123456789101112131415161718 |
- diff --git a/dist/vue.runtime.esm.js "b/D:/zswl/\345\270\202\346\260\221\350\257\267\351\233\206\345\220\210/city-gather/node_modules/.pnpm_patches/@dcloudio/uni-mp-vue@3.0.0-4060620250520001_tmp/dist/vue.runtime.esm.js"
- index 189422a1054d57f6e955a4bf2c841cbbe44738e4..72e1c19ca4ed906c9a8d2c1a0e6c4c93f90d9323 100644
- --- a/dist/vue.runtime.esm.js
- +++ "b/D:/zswl/\345\270\202\346\260\221\350\257\267\351\233\206\345\220\210/city-gather/node_modules/.pnpm_patches/@dcloudio/uni-mp-vue@3.0.0-4060620250520001_tmp/dist/vue.runtime.esm.js"
- @@ -5844,4 +5844,13 @@ function createApp(rootComponent, rootProps = null) {
- }
- const createSSRApp = createApp;
-
- +
- + function createMockComponent(name){
- + return{
- + setup(){
- + throw new Error(`${name} is a mock component and should not be rendered.2026-1-15-@zt`)
- + }
- + }
- + }
- +export var TransitionGroup = /*#_PURE__*/ createMockComponent('TransitionGroup')
- export { EffectScope, Fragment, ReactiveEffect, Text, c, callWithAsyncErrorHandling, callWithErrorHandling, computed, createApp, createPropsRestProxy, createSSRApp, createVNode, createVueApp, customRef, d, defineAsyncComponent, defineComponent, defineEmits, defineExpose, defineProps, devtoolsComponentAdded, devtoolsComponentRemoved, devtoolsComponentUpdated, diff, e, effect, effectScope, f, findComponentPropsData, gei, getCurrentInstance, getCurrentScope, getExposeProxy, guardReactiveProps, h, hasInjectionContext, hasQueueJob, inject, injectHook, invalidateJob, isInSSRComponentSetup, isProxy, isReactive, isReadonly, isRef, isShallow, j, logError, m, markRaw, mergeDefaults, mergeModels, mergeProps, n, nextTick$1 as nextTick, o, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onScopeDispose, onServerPrefetch, onUnmounted, onUpdated, p, patch, provide, proxyRefs, pruneComponentPropsCache, queuePostFlushCb, r, reactive, readonly, ref, resolveComponent, resolveDirective, resolveFilter, s, setCurrentRenderingInstance, setTemplateRef, setupDevtoolsPlugin, shallowReactive, shallowReadonly, shallowRef, sr, stop, t, toHandlers, toRaw, toRef, toRefs, toValue, triggerRef, unref, updateProps, useAttrs, useCssModule, useCssVars, useModel, useSSRContext, useSlots, version, w, warn, watch, watchEffect, watchPostEffect, watchSyncEffect, withAsyncContext, withCtx, withDefaults, withDirectives, withModifiers, withScopeId };
|