zhangwencui
2026-02-11 5081370f2910aa15c2bc5d16c20d96514583345a
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}