diff options
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 9 |
1 files changed, 7 insertions, 2 deletions
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 |
