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