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