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