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