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