spring
2026-07-31 a8cc9d60a80afd7362e1d0fd31fb4307a6e04e2e
1
2
3
4
5
6
export {};
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}