gaoluyang
20 小时以前 85b3cc4cb996040632aa656c79b5047bd8b2597c
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}