chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -261,7 +261,7 @@ test('columns-top、columns-bottom prop', () => {
|
||||
props: {
|
||||
showToolbar: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
'columns-top': () => 'Custom Columns Top',
|
||||
'columns-bottom': () => 'Custom Columns Bottom',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user