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