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