From 77127e2a588abb5bf329506ff7e006021b086e90 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 11 Aug 2022 21:00:27 +0300 Subject: you can now pin lists --- src/components/timeline/timeline.js | 1 + src/components/timeline/timeline.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/timeline') 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 @@