This commit is contained in:
Lan
2024-09-25 19:09:53 +08:00
commit 075ffb7002
24 changed files with 4182 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
declare module '*.vue' {
import { ComponentOptions } from 'vue'
const componentOptions: ComponentOptions
export default componentOptions
}