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