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