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