Skip to content

Commit

Permalink
fix(cardlist): 解决cardList显示问题 #1155
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamerryao authored and sendya committed Jul 26, 2021
1 parent dc3b6fc commit 5a074fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/list/CardList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
rowKey="id"
:grid="{gutter: 24, lg: 3, md: 2, sm: 1, xs: 1}"
:dataSource="dataSource"
class="card-list"
>
<a-list-item slot="renderItem" slot-scope="item">
<template v-if="!item || item.id === undefined">
Expand Down

0 comments on commit 5a074fe

Please sign in to comment.