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