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