This commit is contained in:
jxxghp
2023-07-01 10:05:59 +08:00
parent b3cccd50d9
commit b847ad57e7
5 changed files with 2 additions and 17 deletions

View File

@@ -8,7 +8,6 @@ const props = defineProps({
type: String,
});
// 数据列表
const dataList = ref<Subscribe[]>([]);