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