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