doc(skeleton): add :key (#1850)

This commit is contained in:
Wu Duo 2021-04-19 10:33:31 +08:00 committed by GitHub
parent 94b410b647
commit aa88b6a108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;">