code readability
This commit is contained in:
parent
bb38a43117
commit
e67fecff0a
6 changed files with 22 additions and 22 deletions
|
@ -14,8 +14,8 @@
|
|||
</div>
|
||||
<div v-else class="panel-body">
|
||||
<List :items="users">
|
||||
<template slot="item" slot-scope="p">
|
||||
<FollowCard :user="p.item" />
|
||||
<template slot="item" slot-scope="{item}">
|
||||
<FollowCard :user="item" />
|
||||
</template>
|
||||
</List>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue