chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -63,7 +63,7 @@ test('click event', () => {
|
||||
|
||||
test('default slot', () => {
|
||||
const wrapper = mount(Overlay, {
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
default: () => 'Custom Default',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user