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