From: daiwei Date: Fri, 30 May 2025 03:48:35 +0000 (+0800) Subject: Merge branch 'edison/fix/vaporRenderSlotfallback' into edison/testVapor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187396d66a90d8b51c2e93fec298f9d6a172dd1e;p=thirdparty%2Fvuejs%2Fcore.git Merge branch 'edison/fix/vaporRenderSlotfallback' into edison/testVapor --- 187396d66a90d8b51c2e93fec298f9d6a172dd1e diff --cc packages/runtime-vapor/src/componentSlots.ts index 9dfde2a9c9,8b9a078d90..1ec6969bc9 --- a/packages/runtime-vapor/src/componentSlots.ts +++ b/packages/runtime-vapor/src/componentSlots.ts @@@ -1,12 -1,11 +1,18 @@@ -import { EMPTY_OBJ, NO, hasOwn, isArray, isFunction } from '@vue/shared' +import { + EMPTY_OBJ, + NO, + SLOT_ANCHOR_LABEL, + hasOwn, + isArray, + isFunction, +} from '@vue/shared' - import { type Block, type BlockFn, DynamicFragment, insert } from './block' + import { + type Block, + type BlockFn, + DynamicFragment, + insert, + isValidBlock, + } from './block' import { rawPropsProxyHandlers } from './componentProps' import { currentInstance, isRef } from '@vue/runtime-dom' import type { LooseRawProps, VaporComponentInstance } from './component'