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