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