chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -16,7 +16,7 @@ test('text-size prop', () => {
|
||||
props: {
|
||||
textSize: 20,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
default: () => 'Text',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user