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