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