chore: adjust the comment (#341)
This commit is contained in:
parent
d33341d3ce
commit
0118cbeb77
2
src/shims.d.ts
vendored
2
src/shims.d.ts
vendored
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user