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