diff --git a/packages/runtime-core/src/compat/instance.ts b/packages/runtime-core/src/compat/instance.ts index c650113f8ec..0c5dd14d79c 100644 --- a/packages/runtime-core/src/compat/instance.ts +++ b/packages/runtime-core/src/compat/instance.ts @@ -33,7 +33,7 @@ import { legacyPrependModifier, legacyRenderSlot, legacyRenderStatic, - legacyresolveScopedSlots, + legacyResolveScopedSlots, } from './renderHelpers' import { resolveFilter } from '../helpers/resolveAssets' import type { Slots } from '../componentSlots' @@ -183,7 +183,7 @@ export function installCompatInstanceProperties( _b: () => legacyBindObjectProps, _v: () => createTextVNode, _e: () => createCommentVNode, - _u: () => legacyresolveScopedSlots, + _u: () => legacyResolveScopedSlots, _g: () => legacyBindObjectListeners, _d: () => legacyBindDynamicKeys, _p: () => legacyPrependModifier, diff --git a/packages/runtime-core/src/compat/renderHelpers.ts b/packages/runtime-core/src/compat/renderHelpers.ts index ac810087772..aa95585aea9 100644 --- a/packages/runtime-core/src/compat/renderHelpers.ts +++ b/packages/runtime-core/src/compat/renderHelpers.ts @@ -87,7 +87,7 @@ type LegacyScopedSlotsData = Array< | LegacyScopedSlotsData > -export function legacyresolveScopedSlots( +export function legacyResolveScopedSlots( fns: LegacyScopedSlotsData, raw?: Record, // the following are added in 2.6