diff options
Diffstat (limited to 'src/components/who_to_follow')
| -rw-r--r-- | src/components/who_to_follow/who_to_follow.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/who_to_follow/who_to_follow.vue b/src/components/who_to_follow/who_to_follow.vue index 2752d519..412a2fbe 100644 --- a/src/components/who_to_follow/who_to_follow.vue +++ b/src/components/who_to_follow/who_to_follow.vue @@ -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> |
