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