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