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