From b700d1ae15e0a5380eaf7cc677a3abf17620d5d4 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 23:30:45 +1100 Subject: Replace ResizeObserver using width/height props For increasing compatibility with older devices --- src/components/BaseLine.vue | 52 +++++++---------- src/components/TimeLine.vue | 136 ++++++++++++++++++++------------------------ 2 files changed, 81 insertions(+), 107 deletions(-) (limited to 'src/components') diff --git a/src/components/BaseLine.vue b/src/components/BaseLine.vue index 7dd5253..3f36849 100644 --- a/src/components/BaseLine.vue +++ b/src/components/BaseLine.vue @@ -1,6 +1,6 @@