yyb
5 天以前 491585f7ad453d889f71dc549f6a4d3dee74828f
1
2
3
4
5
6
export {};
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}