mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -108,7 +108,7 @@ test('default slot', () => {
|
||||
props: {
|
||||
value: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
default: () => 'Custom Message',
|
||||
},
|
||||
});
|
||||
@@ -120,7 +120,7 @@ test('title slot', () => {
|
||||
props: {
|
||||
value: true,
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
title: () => 'Custom Title',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user