gaoluyang
2025-09-16 a266a501b2022a8db19a3621b9c7f30345a9180b
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}