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