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