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