chore: adjust the comment (#341)

This commit is contained in:
Chris 2022-04-26 10:13:01 -07:00 committed by GitHub
parent d33341d3ce
commit 0118cbeb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
src/shims.d.ts vendored
View File

@ -2,7 +2,7 @@ declare interface Window {
// extend the 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' { declare module '*.md' {
import { type DefineComponent } from 'vue' import { type DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any> const component: DefineComponent<{}, {}, any>