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