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