@dcloudio__uni-mp-vue.patch 2.4 KB

123456789101112131415161718
  1. 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"
  2. index 189422a1054d57f6e955a4bf2c841cbbe44738e4..72e1c19ca4ed906c9a8d2c1a0e6c4c93f90d9323 100644
  3. --- a/dist/vue.runtime.esm.js
  4. +++ "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"
  5. @@ -5844,4 +5844,13 @@ function createApp(rootComponent, rootProps = null) {
  6. }
  7. const createSSRApp = createApp;
  8. +
  9. + function createMockComponent(name){
  10. + return{
  11. + setup(){
  12. + throw new Error(`${name} is a mock component and should not be rendered.2026-1-15-@zt`)
  13. + }
  14. + }
  15. + }
  16. +export var TransitionGroup = /*#_PURE__*/ createMockComponent('TransitionGroup')
  17. 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 };