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