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