gaoluyang
2025-09-26 d30a31e7c2a9acd08da8983e42e6fdf014707a04
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}