zhangwei
2024-09-03 376ac09a54e8c95190d06bf39f295c890829c103
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}