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