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