-
zhangwei
2025-03-12 98494fda33f6dd116ef3ce641b32937b7d83b4c1
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}