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