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