chenhj
2025-07-29 3974ccbd9b2a0c13af91d472c8acd90e88f921f2
1
2
3
4
5
6
export {};
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}