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