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