chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -125,7 +125,7 @@ test('columns-num prop', async () => {
|
||||
|
||||
test('title slot', async () => {
|
||||
const wrapper = mount(Area, {
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
title: () => 'Custom Title',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user