code readability
This commit is contained in:
parent
bb38a43117
commit
e67fecff0a
6 changed files with 22 additions and 22 deletions
|
@ -5,8 +5,8 @@
|
|||
</div>
|
||||
<div 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