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