From 0118cbeb775cbf1891359f0adb93d0938f07f92f Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 26 Apr 2022 10:13:01 -0700 Subject: [PATCH] chore: adjust the comment (#341) --- src/shims.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shims.d.ts b/src/shims.d.ts index b7ebc72..504cf7e 100644 --- a/src/shims.d.ts +++ b/src/shims.d.ts @@ -2,7 +2,7 @@ declare interface Window { // extend the window } -// with vite-plugin-md, markdowns can be treat as Vue components +// with vite-plugin-md, markdown files can be treated as Vue components declare module '*.md' { import { type DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any>