File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/runtime-core/src/compat Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import {
33
33
legacyPrependModifier ,
34
34
legacyRenderSlot ,
35
35
legacyRenderStatic ,
36
- legacyresolveScopedSlots ,
36
+ legacyResolveScopedSlots ,
37
37
} from './renderHelpers'
38
38
import { resolveFilter } from '../helpers/resolveAssets'
39
39
import type { Slots } from '../componentSlots'
@@ -183,7 +183,7 @@ export function installCompatInstanceProperties(
183
183
_b : ( ) => legacyBindObjectProps ,
184
184
_v : ( ) => createTextVNode ,
185
185
_e : ( ) => createCommentVNode ,
186
- _u : ( ) => legacyresolveScopedSlots ,
186
+ _u : ( ) => legacyResolveScopedSlots ,
187
187
_g : ( ) => legacyBindObjectListeners ,
188
188
_d : ( ) => legacyBindDynamicKeys ,
189
189
_p : ( ) => legacyPrependModifier ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ type LegacyScopedSlotsData = Array<
87
87
| LegacyScopedSlotsData
88
88
>
89
89
90
- export function legacyresolveScopedSlots (
90
+ export function legacyResolveScopedSlots (
91
91
fns : LegacyScopedSlotsData ,
92
92
raw ?: Record < string , Slot > ,
93
93
// the following are added in 2.6
You can’t perform that action at this time.
0 commit comments