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