升级依赖
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m55s
/ lint-build-and-check (push) Successful in 4m56s
/ surge (push) Successful in 2m59s
/ playwright (push) Failing after 2m45s

This commit is contained in:
严浩
2025-04-08 15:48:43 +08:00
parent a6367058b5
commit 1a7831c003
6 changed files with 1028 additions and 1025 deletions

View File

@ -6,6 +6,18 @@ declare module 'vue' {
export interface ComponentCustomProperties {
$__DEV__: boolean;
}
import type { ComponentOptions } from 'vue';
const Component: ComponentOptions;
export default Component;
}
declare module '*.md' {
import type { ComponentOptions } from 'vue';
const Component: ComponentOptions;
export default Component;
}
export {};

View File

@ -1,8 +0,0 @@
declare module '*.md' {
import type { ComponentOptions } from 'vue';
const Component: ComponentOptions;
export default Component;
}
export {};