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