types: fix some types

This commit is contained in:
xiaoxian521
2021-10-13 21:44:49 +08:00
parent 80328d2e20
commit b87183cb75
10 changed files with 22 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ import SeamlessScroll from "/@/components/ReSeamlessScroll";
// eslint-disable-next-line no-undef
const scroll = templateRef<ElRef | null>("scroll", null);
let listData = ref<ForDataType<undefined>>([
let listData = ref([
{
title: "无缝滚动第一行无缝滚动第一行!!!!!!!!!!"
},