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