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