From 534f2e8195523ffae83ed85f4e9fddf2939929e3 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Fri, 28 Oct 2016 15:19:42 +0200 Subject: Basic statuses. --- src/components/friends_timeline/friends_timeline.js | 11 +++++++++++ src/components/friends_timeline/friends_timeline.vue | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/components/friends_timeline/friends_timeline.js create mode 100644 src/components/friends_timeline/friends_timeline.vue (limited to 'src/components/friends_timeline') diff --git a/src/components/friends_timeline/friends_timeline.js b/src/components/friends_timeline/friends_timeline.js new file mode 100644 index 00000000..948b23a4 --- /dev/null +++ b/src/components/friends_timeline/friends_timeline.js @@ -0,0 +1,11 @@ +import Timeline from '../timeline/timeline.vue' +const FriendsTimeline = { + components: { + Timeline + }, + computed: { + timeline () { return this.$store.state.statuses.timelines.friends } + } +} + +export default FriendsTimeline diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue new file mode 100644 index 00000000..03e518c6 --- /dev/null +++ b/src/components/friends_timeline/friends_timeline.vue @@ -0,0 +1,10 @@ + + + -- cgit v1.2.3-70-g09d2