diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-11 21:00:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-11 21:00:27 +0300 |
| commit | 77127e2a588abb5bf329506ff7e006021b086e90 (patch) | |
| tree | 77e89d3e89fe1cc687bf7c3044dbe63732c0030a /src/components/timeline/timeline.js | |
| parent | 04f8c2d29d0e9c5e0341b067e5e783b90c95064b (diff) | |
you can now pin lists
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 |
1 files changed, 1 insertions, 0 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, |
