Page MenuHomePhorge

who_to_follow.vue
No OneTemporary

Size
398 B
Referenced Files
None
Subscribers
None

who_to_follow.vue

<template>
<div class="panel panel-default">
<div class="panel-heading">
{{ $t('who_to_follow.who_to_follow') }}
</div>
<div class="panel-body">
<FollowCard
v-for="user in users"
:key="user.id"
:user="user"
class="list-item"
/>
</div>
</div>
</template>
<script src="./who_to_follow.js"></script>
<style lang="scss">
</style>

File Metadata

Mime Type
text/html
Expires
Wed, Sep 3, 6:49 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
435873
Default Alt Text
who_to_follow.vue (398 B)

Event Timeline