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