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