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
+1 -1
View File
@@ -530,7 +530,7 @@ test('preview-cover slot', () => {
props: {
fileList: [{ url: IMAGE }, { url: IMAGE }],
},
scopedSlots: {
slots: {
'preview-cover': (item) => `url: ${item.url}, index: ${item.index}`,
},
});