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