修改bug2.0

This commit is contained in:
2026-03-02 08:25:24 +08:00
parent 15b0020e61
commit 78410c1aae
1475 changed files with 210264 additions and 208 deletions

8
types/components.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}