zhangwencui
昨天 b66bd3213636032189026d14bdc9f264a3a57742
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}