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