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