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