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