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