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