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/timeline/timeline.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/components/timeline/timeline.js') diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 727008ad..fd36d0db 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -1,7 +1,12 @@ +import Status from '../status/status.vue' + const Timeline = { props: [ 'timeline' - ] + ], + components: { + Status + } } -export default Timeline; +export default Timeline -- cgit v1.2.3-70-g09d2