Skip to content

Commit 7e72244

Browse files
committed
test(unit): Change scopedSlots to slots
1 parent 140f691 commit 7e72244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/PickerDay/pickerDay.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe('PickerDay mounted with scoped slot', () => {
166166
translation: en,
167167
pageDate: new Date(2018, 1, 1),
168168
},
169-
scopedSlots: {
169+
slots: {
170170
dayCellContent: `<template #dayCellContent="{ cell }">
171171
<span>test{{ cell.date }}</span>
172172
</template>`,

0 commit comments

Comments
 (0)