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