gaoluyang
昨天 22f03eb3765ed2eba92fa20de0a568aba152c1db
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}