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