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