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