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