From 4c2764c747f1480ee7752e43357663f3c321f571 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Wed, 26 Oct 2016 19:03:55 +0200 Subject: . --- src/components/public_timeline/public_timeline.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/public_timeline/public_timeline.js (limited to 'src/components/public_timeline/public_timeline.js') diff --git a/src/components/public_timeline/public_timeline.js b/src/components/public_timeline/public_timeline.js new file mode 100644 index 00000000..cac422ec --- /dev/null +++ b/src/components/public_timeline/public_timeline.js @@ -0,0 +1,11 @@ +import Timeline from '../timeline/timeline.vue' +const PublicTimeline = { + components: { + Timeline + }, + computed: { + timeline () { return this.$store.state.statuses.timelines.public } + } +} + +export default PublicTimeline -- cgit v1.2.3-70-g09d2