mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix typing
This commit is contained in:
@@ -42,7 +42,7 @@ const getParams = () => {
|
||||
};
|
||||
|
||||
// 获取订阅列表数据
|
||||
const fetchData = async ({ done }) => {
|
||||
const fetchData = async ({ done }: { done: any }) => {
|
||||
try {
|
||||
if (!props.apipath) {
|
||||
return;
|
||||
@@ -136,5 +136,4 @@ const fetchData = async ({ done }) => {
|
||||
.grid-media-card {
|
||||
grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user