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