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