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