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