This commit is contained in:
jxxghp
2023-11-09 12:31:00 +08:00
parent 3134e5596b
commit 27e2ff50f2
3 changed files with 4 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ async function fetchData({ done }: { done: any }) {
v-if="dataList.length === 0 && isRefreshed"
error-code="404"
error-title="没有数据"
error-description="无法获取到TMDB媒体信息"
error-description="无法获取到媒体信息"
/>
</VInfiniteScroll>
</template>