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