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