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