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