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