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