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