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