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