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