aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-07-05 10:17:44 +0300
committerHenry Jameson <me@hjkos.com>2019-07-05 10:17:44 +0300
commit8d6750d9c2816e33a0444cd978f94009d8b85d47 (patch)
tree853082e4c341cb4d8dd8dfdee3234215d3d9799d /src/components/friends_timeline
parent2c2b84d31dbe906b89dfb995394d887af110e04c (diff)
eslint --fix --ext .js,.vue src
Diffstat (limited to 'src/components/friends_timeline')
-rw-r--r--src/components/friends_timeline/friends_timeline.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue
index 66c0c058..01a56812 100644
--- a/src/components/friends_timeline/friends_timeline.vue
+++ b/src/components/friends_timeline/friends_timeline.vue
@@ -1,5 +1,9 @@
<template>
- <Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
+ <Timeline
+ :title="$t('nav.timeline')"
+ :timeline="timeline"
+ :timeline-name="'friends'"
+ />
</template>
<script src="./friends_timeline.js"></script>