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