This commit is contained in:
halo
2022-01-05 12:42:50 +08:00
92 changed files with 2399 additions and 794 deletions

View File

@@ -130,7 +130,7 @@ if (Array.isArray(props.modelValue)) {
rangeValue.value = props.modelValue;
}
let verticalRangeValue: any = toRef(props, "verticalrange");
let verticalRangeValue: Ref<number[]> | any = toRef(props, "verticalrange");
const standardtracker = ref<HTMLElement | null>(null);
const verticaltracker = ref<HTMLElement | null>(null);