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