From 6a46c220406477914c01a77c47016575aab8bdde Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 11 Oct 2022 00:34:42 +1100 Subject: Add global store, do general refactor Resolve typescript issues Make terminology more consistent --- src/components/TimeLine.vue | 165 ++++++++++++++++++++++---------------------- 1 file changed, 84 insertions(+), 81 deletions(-) (limited to 'src/components/TimeLine.vue') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 12dd7bc..bf886b1 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1,31 +1,35 @@