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