chenhj
2026-04-24 b334d862d91575bbf1fa4e58046c1ae3601e0e4d
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}