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