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