chore: rename scopedSlots to slots in legacy cases

This commit is contained in:
chenjiahan
2020-11-14 06:47:08 +08:00
parent bea039c810
commit 2550ac9111
21 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ test('finished slot', async () => {
props: {
finished: true,
},
scopedSlots: {
slots: {
finished: () => 'Custom Finished',
},
});
@@ -88,7 +88,7 @@ test('error slot', async () => {
props: {
error: true,
},
scopedSlots: {
slots: {
error: () => 'Custom Error',
},
});