From 8b77a42f313e6514a4634dcad988dd2fea6bdee6 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 15 Oct 2022 17:54:32 +1100 Subject: Pass TimeLine offsets to BaseLine Add TimelineState --- src/components/BaseLine.vue | 27 +++++++++++++++++++-------- src/components/TimeLine.vue | 38 ++++++++++++++++++++++---------------- 2 files changed, 41 insertions(+), 24 deletions(-) (limited to 'src/components') diff --git a/src/components/BaseLine.vue b/src/components/BaseLine.vue index 82507c1..33d8a88 100644 --- a/src/components/BaseLine.vue +++ b/src/components/BaseLine.vue @@ -5,8 +5,8 @@
{{p.label}}
-
- {{range.id}} +
+ {{state.id}}
@@ -14,7 +14,7 @@