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