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