liyong
2025-10-11 aa1faf474e67a40bed983abc0a6d1868bd38ce19
1
2
3
4
5
6
export {};
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}