gaoluyang
2026-08-18 d7a54f655efe354236c3e88628959590cfa7efbf
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}