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