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