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