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