gaoluyang
2025-10-13 5c7ed94dc94071893167d583d237ae85d509f094
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}