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