This commit is contained in:
yinxiaolong
2026-07-23 15:26:41 +08:00
commit 72d7dccaef
26 changed files with 9500 additions and 0 deletions

6
docs/.vuepress/theme/shim.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare module '*.vue' {
import type { ComponentOptions } from 'vue'
const comp: ComponentOptions
export default comp
}