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