mirror of
https://github.com/youzan/vant.git
synced 2026-05-16 01:07:43 +08:00
chore: rename scopedSlots to slots in legacy cases
This commit is contained in:
@@ -188,7 +188,7 @@ test('default slot', () => {
|
||||
props: {
|
||||
src: 'https://img.yzcdn.cn/vant/cat.jpeg',
|
||||
},
|
||||
scopedSlots: {
|
||||
slots: {
|
||||
default: () => 'Custom Default',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user