diff options
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 | ||||
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 8f6cae66..ee590c4b 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -28,6 +28,7 @@ const Timeline = { 'footerSlipgate' // reference to an element where we should put our footer ], data () { + console.log(this.timelineName) return { paused: false, unfocused: false, diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 627cafbb..fad3ff13 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -1,7 +1,7 @@ <template> <div :class="['Timeline', classes.root]"> <div :class="classes.header"> - <TimelineMenu v-if="!embedded" /> + <TimelineMenu v-if="!embedded" :timeline-name="timelineName"/> <button v-if="showLoadButton" class="button-default loadmore-button" |
