From e39eb62f5273d72fb16625910a7da54e7820c504 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 28 Jan 2025 08:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B5=84=E6=BA=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3TorrentCardListView=E5=92=8CTorrentRowListView?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/resource.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/resource.vue b/src/pages/resource.vue index 627e450b..35dca372 100644 --- a/src/pages/resource.vue +++ b/src/pages/resource.vue @@ -2,8 +2,8 @@ import NoDataFound from '@/components/NoDataFound.vue' import api from '@/api' import type { Context } from '@/api/types' -import TorrentCardListView from '@/views/discover/TorrentCardListView.vue' -import TorrentRowListView from '@/views/discover/TorrentRowListView.vue' +import TorrentCardListView from '@/views/torrent/TorrentCardListView.vue' +import TorrentRowListView from '@/views/torrent/TorrentRowListView.vue' import { useDisplay } from 'vuetify' // APP