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