This commit is contained in:
Fine 2022-08-30 11:39:45 +08:00
parent 34762c9eb0
commit 7158d9f6f5

View File

@ -76,7 +76,7 @@ const link = ref<any>(null);
const anchor = ref<any>(null);
const arrow = ref<any>(null);
const oldVal = ref<{ width: number; height: number }>({ width: 0, height: 0 });
const config = ref<any>({});
const config = ref<any>(props.config || {});
const diff = ref<number[]>([220, 200]);
const radius = 210;
const dates = ref<Nullable<{ start: number; end: number }>>(null);