Update .gitignore

This commit is contained in:
2025-08-05 17:20:11 +08:00
commit ee400aacee
18 changed files with 13044 additions and 0 deletions

10
shims-uni.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}