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