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