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