zhangwencui
2026-04-30 927f9a4e4d26a2024c797ca0f29125556a514095
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}