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