zhangwencui
2026-06-15 2637f60b82c1fd343c790ac2f640a887fde183d7
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}