diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 12:12:27 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | fe7766bc618f9a994e2c0a9337deb7cce8b162cf (patch) | |
| tree | b2e8816b1e87a9dda688cebbb3ed88d963530f60 /src/components/who_to_follow | |
| parent | d4e43e0e261c1edafe505cd448ab876d541a0474 (diff) | |
replace scope attributes by slot-scope
Diffstat (limited to 'src/components/who_to_follow')
| -rw-r--r-- | src/components/who_to_follow/who_to_follow.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/who_to_follow/who_to_follow.vue b/src/components/who_to_follow/who_to_follow.vue index 4812dd81..2752d519 100644 --- a/src/components/who_to_follow/who_to_follow.vue +++ b/src/components/who_to_follow/who_to_follow.vue @@ -5,7 +5,7 @@ </div> <div class="panel-body"> <List :items="users"> - <template slot="item" scope="p"> + <template slot="item" slot-scope="p"> <FollowCard :user="p.item" /> </template> </List> |
