chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -75,7 +75,7 @@ test('finished slot', async () => {
|
||||
props: {
|
||||
finished: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
finished: () => 'Custom Finished',
|
||||
},
|
||||
});
|
||||
@@ -88,7 +88,7 @@ test('error slot', async () => {
|
||||
props: {
|
||||
error: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
error: () => 'Custom Error',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user