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