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