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