Migrate UserCard to FollowCard and FollowRequestCard

This commit is contained in:
taehoon 2019-02-25 23:34:40 -05:00
parent 390b2bcfee
commit 96e7e8235d
6 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@
<i class="icon-spin3 animate-spin"/>
</div>
<div v-else class="panel-body">
<user-card v-for="user in users" :key="user.id" :user="user"></user-card>
<FollowCard v-for="user in users" :key="user.id" :user="user"/>
</div>
</div>
</template>