From a93b6048a49cca0f341bc5463b02b203b3cee11a Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Tue, 10 Jun 2025 21:01:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/download.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/download.vue b/pages/download.vue index 6207577..d118029 100644 --- a/pages/download.vue +++ b/pages/download.vue @@ -95,10 +95,6 @@ const consoleDownloadUrl = computed(() => { const { data: faqContent } = await useAsyncData("/download/faq", () => { return queryCollection("download").path("/download/faq").first(); }); - -onMounted(() => { - console.log(faqContent.value); -});