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