gaoluyang
2026-03-23 b9c1609389907ebd10f2f523c2d0922c0c7b1682
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}