zhangwencui
2026-05-23 7b7a8c6cdb1c2429fa90f05aec87b62f378a5935
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}