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