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