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