Remove non-existing prop binding
This commit is contained in:
parent
bb1fac4bc2
commit
3f9fd07f93
3 changed files with 3 additions and 3 deletions
|
@ -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" :showFollows="true"></user-card>
|
||||
<user-card v-for="user in users" :key="user.id" :user="user"></user-card>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue