-
zhangwei
2024-09-10 38130802e3fd55080f518f4128ef20ddfdd907c3
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}