zhangwei
2025-01-17 2af6a1003a5a6870c5ad14c7b2b74994c136ca88
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}