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