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