Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-08-22 18:11:26 +08:00
11 changed files with 41 additions and 9 deletions
+4 -1
View File
@@ -324,7 +324,10 @@ export default createComponent({
const PreviewCover = this.$slots['preview-cover'] && (
<div class={bem('preview-cover')}>
{this.$slots['preview-cover'](item)}
{this.$slots['preview-cover']({
index,
...item,
})}
</div>
);