This commit is contained in:
2026-01-16 00:41:19 +00:00
parent 0dcbd340e6
commit d70478a4b0
39 changed files with 26925 additions and 0 deletions

4
my-uniapp-cli/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.vue" {
import Vue from 'vue'
export default Vue
}