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