Skip to content

Commit e3914d8

Browse files
committed
refactor: Pass action and top extra slot to initial render
1 parent 80b3b1c commit e3914d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueDatePicker/composables/position.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export const usePosition = ({
261261
},
262262
Object.fromEntries(
263263
Object.keys(slots)
264-
.filter((slot) => ['right-sidebar', 'left-sidebar'].includes(slot))
264+
.filter((slot) => ['right-sidebar', 'left-sidebar', 'top-extra', 'action-extra'].includes(slot))
265265
.map((slot) => [slot, slots[slot]]),
266266
),
267267
);

0 commit comments

Comments
 (0)