zhangwencui
2026-01-19 91c0cd2e0220472f9866479b218be72924b2aefa
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}