mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-01 15:35:51 +08:00
doc(skeleton): add :key (#1850)
This commit is contained in:
parent
94b410b647
commit
aa88b6a108
@ -170,6 +170,7 @@ ElementPlus 提供的排版模式有时候并不满足要求,当您想要用
|
||||
<el-card
|
||||
:body-style="{ padding: '0px', marginBottom: '1px' }"
|
||||
v-for="item in lists"
|
||||
:key="item.name"
|
||||
>
|
||||
<img :src="item.imgUrl" class="image multi-content" />
|
||||
<div style="padding: 14px;">
|
||||
|
Loading…
Reference in New Issue
Block a user