haoxuan
2023-11-14 4e60ba038a1fbd0808a4cadd83e04606e6865bd4
src/views/dashboard/components/TaskStep.vue
@@ -42,7 +42,7 @@
  return '0'
})
const activeItemRef = ref<(typeof HTMLDivElement)[]>()
const activeItemRef = ref<HTMLDivElement[]>()
const scrollerRef = ref<typeof ElScrollbar>()
onMounted(() => {