From 3b37a51270e70636ab153ad416df88d8042389b3 Mon Sep 17 00:00:00 2001 From: feie9456 Date: Tue, 20 May 2025 12:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=B8=85=E6=9C=9D=E9=9F=B3=E9=A2=91=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/env.d.ts b/env.d.ts index 53ae8f7..a67b572 100644 --- a/env.d.ts +++ b/env.d.ts @@ -15,12 +15,6 @@ declare module '*.md' { export const frontmatter: Frontmatter } -declare module '*.vue' { - import type { ComponentOptions } from 'vue' - const Component: ComponentOptions - export default Component -} - type MdModule = { default: ComponentOptions; frontmatter: Frontmatter;