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