mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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[]>([])
|
||||
|
||||
Reference in New Issue
Block a user