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