chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -108,7 +108,7 @@ test('default slot', () => {
|
||||
props: {
|
||||
value: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
default: () => 'Custom Message',
|
||||
},
|
||||
});
|
||||
@@ -120,7 +120,7 @@ test('title slot', () => {
|
||||
props: {
|
||||
value: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
title: () => 'Custom Title',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user