huminmin
16 小时以前 7529786b5f409ffa7ea0b1d5c3f550c4d0a83d3b
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}