张诺
2026-04-20 67f8002f8a1e9d3aef8628612d0761ce3673c4d2
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}