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