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