replace scope attributes by slot-scope

This commit is contained in:
taehoon 2019-04-04 12:12:27 -04:00
parent d4e43e0e26
commit fe7766bc61
6 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
</div>
<div v-else class="panel-body">
<List :items="users">
<template slot="item" scope="p">
<template slot="item" slot-scope="p">
<FollowCard :user="p.item" />
</template>
</List>