songshankun
2023-11-13 ff8a0814c5e101fc0fa41f43054f80d3fa9cf080
fix: 修复类型标记错误
1个文件已修改
2 ■■■ 已修改文件
src/views/dashboard/components/TaskStep.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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(() => {