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