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