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