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