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>