mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
feat: 移除下载页面的调试日志
This commit is contained in:
@@ -95,10 +95,6 @@ const consoleDownloadUrl = computed(() => {
|
|||||||
const { data: faqContent } = await useAsyncData("/download/faq", () => {
|
const { data: faqContent } = await useAsyncData("/download/faq", () => {
|
||||||
return queryCollection("download").path("/download/faq").first();
|
return queryCollection("download").path("/download/faq").first();
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
console.log(faqContent.value);
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user