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