ZN
2 天以前 02e0adf4b1038a1a3a1dad83bc8270cbad4e0b7b
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}