This commit is contained in:
jxxghp
2023-07-06 22:27:12 +08:00
parent f81c0c83a0
commit 91530af029
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import api from "@/api";
import { MediaInfo } from "@/api/types";
import MediaCard from "@/components/cards/MediaCard.vue";
import NoDataFound from "@/components/NoDataFound.vue";
// 输入参数
const props = defineProps({

View File

@@ -2,6 +2,7 @@
import api from '@/api';
import { Site } from '@/api/types';
import SiteCard from '@/components/cards/SiteCard.vue';
import NoDataFound from "@/components/NoDataFound.vue";
// 数据列表
const dataList = ref<Site[]>([])