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